mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove sync menu
This commit is contained in:
parent
ae828f76a3
commit
7ab37b21a5
1 changed files with 1 additions and 6 deletions
|
@ -239,12 +239,7 @@ define(['browser', 'appStorage', 'apphost', 'loading', 'connectionManager', 'glo
|
||||||
id: 'refresh'
|
id: 'refresh'
|
||||||
});
|
});
|
||||||
|
|
||||||
if (user.Policy.EnableContentDownloading) {
|
|
||||||
menuItems.push({
|
|
||||||
name: globalize.translate('Sync'),
|
|
||||||
id: 'sync'
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
require(['actionsheet'], function (actionsheet) {
|
require(['actionsheet'], function (actionsheet) {
|
||||||
actionsheet.show({
|
actionsheet.show({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue