1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #2311 from jellyfin/nielsvanvelzen-disable-multi-download

Disable multi download option
This commit is contained in:
Bill Thornton 2021-01-05 12:03:29 -05:00 committed by GitHub
commit d08c4e4274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,11 +194,14 @@ import confirm from '../confirm/confirm';
}
if (user.Policy.EnableContentDownloading && appHost.supports('filedownload')) {
// Disabled because there is no callback for this item
/*
menuItems.push({
name: globalize.translate('Download'),
id: 'download',
icon: 'file_download'
});
*/
}
if (user.Policy.IsAdministrator) {