Fix download single track from Playlist

This commit is contained in:
Deluan 2020-11-10 16:24:34 -05:00 committed by Joe Stump
parent 2c79e4dc86
commit f8161f88f2
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -63,7 +63,7 @@ const SongContextMenu = ({
label: `${translate('resources.song.actions.download')} (${formatBytes(
record.size
)})`,
action: (record) => subsonic.download(record.id),
action: (record) => subsonic.download(record.mediaFileId || record.id),
},
}