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

Remove this commented out code

This commit is contained in:
anantharaju 2023-04-03 10:43:19 +05:30
parent 0e7bda7bd0
commit eed2084584
7 changed files with 4 additions and 19 deletions

View file

@ -205,13 +205,7 @@ import datetime from '../../scripts/datetime';
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) {