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
(cherry picked from commit d08c4e4274
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
ac34647e85
commit
0f247fd9f4
1 changed files with 3 additions and 0 deletions
|
@ -196,11 +196,14 @@ import confirm from '../confirm/confirm';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (user.Policy.EnableContentDownloading && appHost.supports('filedownload')) {
|
if (user.Policy.EnableContentDownloading && appHost.supports('filedownload')) {
|
||||||
|
// Disabled because there is no callback for this item
|
||||||
|
/*
|
||||||
menuItems.push({
|
menuItems.push({
|
||||||
name: globalize.translate('Download'),
|
name: globalize.translate('Download'),
|
||||||
id: 'download',
|
id: 'download',
|
||||||
icon: 'file_download'
|
icon: 'file_download'
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
if (user.Policy.IsAdministrator) {
|
if (user.Policy.IsAdministrator) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue