mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Merge pull request #216 from grafixeyehero/dev
remove sync menu from multiselect
This commit is contained in:
commit
9677981344
@ -239,12 +239,7 @@ define(['browser', 'appStorage', 'apphost', 'loading', 'connectionManager', 'glo
|
||||
id: 'refresh'
|
||||
});
|
||||
|
||||
if (user.Policy.EnableContentDownloading) {
|
||||
menuItems.push({
|
||||
name: globalize.translate('Sync'),
|
||||
id: 'sync'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
require(['actionsheet'], function (actionsheet) {
|
||||
actionsheet.show({
|
||||
|
Loading…
Reference in New Issue
Block a user