mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 06:52:43 +01:00
display albums from db
This commit is contained in:
@@ -151,8 +151,8 @@ class SubsonicSource implements MusicSource {
|
||||
}
|
||||
|
||||
@override
|
||||
Uri coverArtUri(String id, {bool thumbnail = true}) {
|
||||
final opts = {'id': id};
|
||||
Uri coverArtUri(String coverArt, {bool thumbnail = false}) {
|
||||
final opts = {'id': coverArt};
|
||||
if (thumbnail) {
|
||||
opts['size'] = 256.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user