Remove option to download discs of a set

This commit is contained in:
Deluan 2021-02-03 23:05:15 -05:00 committed by Joe Stump
parent b0b7e8adde
commit dc7eaaeae6
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -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