Fix download single track from Playlist
This commit is contained in:
parent
08e63c867b
commit
7afad2c96e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue