mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #1261 - Sync quality cannot be changed
This commit is contained in:
parent
55a3138b3b
commit
47720adffd
3 changed files with 10 additions and 9 deletions
|
@ -412,7 +412,9 @@
|
|||
|
||||
}).on('pageshow', ".syncActivityPage", function () {
|
||||
|
||||
LibraryMenu.setTabs('syncadmin', 0, getTabs);
|
||||
if (this.id == 'syncActivityPage') {
|
||||
LibraryMenu.setTabs('syncadmin', 0, getTabs);
|
||||
}
|
||||
var page = this;
|
||||
|
||||
Dashboard.getPluginSecurityInfo().then(function (pluginSecurityInfo) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue