From 1b5ccc4f615d1ff4705a6e270f06dd76e4b58385 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 29 Dec 2015 13:11:29 -0500 Subject: [PATCH] update downloading --- dashboard-ui/scripts/librarylist.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/librarylist.js b/dashboard-ui/scripts/librarylist.js index 4159bfa7ed..d55214233d 100644 --- a/dashboard-ui/scripts/librarylist.js +++ b/dashboard-ui/scripts/librarylist.js @@ -260,7 +260,7 @@ }); } - if (user.Policy.EnableContentDownloading) { + if (user.Policy.EnableContentDownloading && AppInfo.supportsDownloading) { if (mediaType) { items.push({ name: Globalize.translate('ButtonDownload'), @@ -1101,6 +1101,14 @@ ironIcon: 'playlist-add' }); + if (user.Policy.EnableContentDownloading && AppInfo.supportsDownloading) { + //items.push({ + // name: Globalize.translate('ButtonDownload'), + // id: 'download', + // ironIcon: 'file-download' + //}); + } + items.push({ name: Globalize.translate('HeaderGroupVersions'), id: 'groupvideos',