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

update downloading

This commit is contained in:
Luke Pulverenti 2015-12-29 13:11:29 -05:00
parent 965dc0b07b
commit 1b5ccc4f61

View file

@ -260,7 +260,7 @@
}); });
} }
if (user.Policy.EnableContentDownloading) { if (user.Policy.EnableContentDownloading && AppInfo.supportsDownloading) {
if (mediaType) { if (mediaType) {
items.push({ items.push({
name: Globalize.translate('ButtonDownload'), name: Globalize.translate('ButtonDownload'),
@ -1101,6 +1101,14 @@
ironIcon: 'playlist-add' ironIcon: 'playlist-add'
}); });
if (user.Policy.EnableContentDownloading && AppInfo.supportsDownloading) {
//items.push({
// name: Globalize.translate('ButtonDownload'),
// id: 'download',
// ironIcon: 'file-download'
//});
}
items.push({ items.push({
name: Globalize.translate('HeaderGroupVersions'), name: Globalize.translate('HeaderGroupVersions'),
id: 'groupvideos', id: 'groupvideos',