mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 06:52:43 +01:00
refactor artist to use coverArt
fix cover art image caching
This commit is contained in:
@@ -9,8 +9,6 @@ abstract class Artist with _$Artist {
|
||||
required String name,
|
||||
DateTime? starred,
|
||||
String? coverArt,
|
||||
Uri? smallImage,
|
||||
Uri? largeImage,
|
||||
}) = _Artist;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user