Fix DevFastAccessCoverArt flag

This commit is contained in:
Deluan
2022-12-22 11:47:18 -05:00
committed by Deluan Quintão
parent 57c3334ea0
commit 045b023b35
5 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -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,
},