diff --git a/ui/src/common/SongContextMenu.js b/ui/src/common/SongContextMenu.js index a8e603162..f4499b90a 100644 --- a/ui/src/common/SongContextMenu.js +++ b/ui/src/common/SongContextMenu.js @@ -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), }, }