mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Add download menu option to media items
This commit is contained in:
parent
f3df5c9ed2
commit
f8cb517376
@ -211,11 +211,11 @@ define(['browser', 'appStorage', 'apphost', 'loading', 'connectionManager', 'glo
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (user.Policy.EnableContentDownloading && appHost.supports('filedownload')) {
|
if (user.Policy.EnableContentDownloading && appHost.supports('filedownload')) {
|
||||||
//items.push({
|
menuItems.push({
|
||||||
// name: Globalize.translate('ButtonDownload'),
|
name: Globalize.translate('ButtonDownload'),
|
||||||
// id: 'download',
|
id: 'download',
|
||||||
// ironIcon: 'file-download'
|
ironIcon: 'file-download'
|
||||||
//});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (user.Policy.EnableContentDownloading && appHost.supports('sync')) {
|
if (user.Policy.EnableContentDownloading && appHost.supports('sync')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user