mirror of
https://github.com/navidrome/navidrome.git
synced 2026-03-04 06:35:52 +00:00
Remove option to download discs of a set
This commit is contained in:
parent
b0b7e8adde
commit
dc7eaaeae6
@ -76,7 +76,7 @@ const ContextMenu = ({
|
||||
action: (data, ids) => dispatch(openAddToPlaylist({ selectedIds: ids })),
|
||||
},
|
||||
download: {
|
||||
enabled: config.enableDownloads,
|
||||
enabled: config.enableDownloads && record.size,
|
||||
needData: false,
|
||||
label: `${translate('resources.album.actions.download')} (${formatBytes(
|
||||
record.size
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user