Remove option to download discs of a set
This commit is contained in:
@@ -76,7 +76,7 @@ const ContextMenu = ({
|
|||||||
action: (data, ids) => dispatch(openAddToPlaylist({ selectedIds: ids })),
|
action: (data, ids) => dispatch(openAddToPlaylist({ selectedIds: ids })),
|
||||||
},
|
},
|
||||||
download: {
|
download: {
|
||||||
enabled: config.enableDownloads,
|
enabled: config.enableDownloads && record.size,
|
||||||
needData: false,
|
needData: false,
|
||||||
label: `${translate('resources.album.actions.download')} (${formatBytes(
|
label: `${translate('resources.album.actions.download')} (${formatBytes(
|
||||||
record.size
|
record.size
|
||||||
|
|||||||
Reference in New Issue
Block a user