mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
refactor artist to use coverArt
fix cover art image caching
This commit is contained in:
@@ -438,8 +438,6 @@ extension ArtistToDb on models.Artist {
|
||||
name: name,
|
||||
starred: Value(starred),
|
||||
coverArt: Value(coverArt),
|
||||
smallImage: Value(smallImage),
|
||||
largeImage: Value(largeImage),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user