Fix DevFastAccessCoverArt flag
This commit is contained in:
@@ -37,7 +37,7 @@ const mapToAudioLists = (item) => {
|
||||
musicSrc: subsonic.streamUrl(trackId),
|
||||
cover: subsonic.getCoverArtUrl(
|
||||
{
|
||||
id: config.devFastAccessCoverArt ? item.albumId : trackId,
|
||||
id: trackId,
|
||||
updatedAt: item.updatedAt,
|
||||
album: item.album,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user