mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
Fix download single track from Playlist
This commit is contained in:
parent
08e63c867b
commit
7afad2c96e
@ -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),
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user