mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Fix download single track from Playlist
This commit is contained in:
@@ -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),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user