diff --git a/src/bower_components/emby-webcomponents/multiselect/multiselect.js b/src/bower_components/emby-webcomponents/multiselect/multiselect.js index 764247c50..9e58e8b0f 100644 --- a/src/bower_components/emby-webcomponents/multiselect/multiselect.js +++ b/src/bower_components/emby-webcomponents/multiselect/multiselect.js @@ -211,11 +211,11 @@ define(['browser', 'appStorage', 'apphost', 'loading', 'connectionManager', 'glo } if (user.Policy.EnableContentDownloading && appHost.supports('filedownload')) { - //items.push({ - // name: Globalize.translate('ButtonDownload'), - // id: 'download', - // ironIcon: 'file-download' - //}); + menuItems.push({ + name: Globalize.translate('ButtonDownload'), + id: 'download', + ironIcon: 'file-download' + }); } if (user.Policy.EnableContentDownloading && appHost.supports('sync')) { @@ -629,4 +629,4 @@ define(['browser', 'appStorage', 'apphost', 'loading', 'connectionManager', 'glo }); }; }; -}); \ No newline at end of file +});