mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
display albums from db
This commit is contained in:
@@ -12,5 +12,5 @@ abstract class MusicSource {
|
||||
Uri streamUri(String songId);
|
||||
Uri downloadUri(String songId);
|
||||
|
||||
Uri coverArtUri(String coverArtId, {bool thumbnail = true});
|
||||
Uri coverArtUri(String coverArt, {bool thumbnail = false});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user