From 77fc4841e4c7c8ab4abc6b215de97bcde03f3660 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 3 Feb 2021 23:05:15 -0500 Subject: [PATCH] Remove option to download discs of a set --- ui/src/common/ContextMenus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/common/ContextMenus.js b/ui/src/common/ContextMenus.js index 5cc46da86..cddae1f08 100644 --- a/ui/src/common/ContextMenus.js +++ b/ui/src/common/ContextMenus.js @@ -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