Load artwork from embedded

This commit is contained in:
Deluan
2022-12-19 15:34:21 -05:00
committed by Deluan Quintão
parent c36e77d41f
commit 7b87386089
8 changed files with 143 additions and 37 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ const mapToAudioLists = (item) => {
musicSrc: subsonic.streamUrl(trackId),
cover: subsonic.getCoverArtUrl(
{
coverArtId: config.devFastAccessCoverArt ? item.albumId : trackId,
id: config.devFastAccessCoverArt ? item.albumId : trackId,
updatedAt: item.updatedAt,
},
300