Skip to content

Commit

Permalink
Merge pull request jellyfin#2311 from jellyfin/nielsvanvelzen-disable…
Browse files Browse the repository at this point in the history
…-multi-download

Disable multi download option
  • Loading branch information
thornbill committed Jan 5, 2021
2 parents 4e5c8cd + 1b6de3c commit d08c4e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/multiSelect/multiSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d08c4e4

Please sign in to comment.