mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update sync
This commit is contained in:
parent
0a7858143c
commit
dd0540c6b9
13 changed files with 578 additions and 439 deletions
|
@ -259,15 +259,13 @@
|
|||
|
||||
menuItems.push({
|
||||
name: globalize.translate('sharedcomponents#Refresh'),
|
||||
id: 'refresh',
|
||||
ironIcon: 'refresh'
|
||||
id: 'refresh'
|
||||
});
|
||||
|
||||
if (user.Policy.EnableSync) {
|
||||
menuItems.push({
|
||||
name: globalize.translate('sharedcomponents#SyncToOtherDevice'),
|
||||
id: 'sync',
|
||||
ironIcon: 'sync'
|
||||
id: 'sync'
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -345,7 +343,8 @@
|
|||
return {
|
||||
Id: i
|
||||
};
|
||||
})
|
||||
}),
|
||||
serverId: serverId
|
||||
});
|
||||
});
|
||||
hideSelections();
|
||||
|
@ -359,7 +358,8 @@
|
|||
Id: i
|
||||
};
|
||||
}),
|
||||
isLocalSync: true
|
||||
isLocalSync: true,
|
||||
serverId: serverId
|
||||
});
|
||||
});
|
||||
hideSelections();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue