1
0
Fork 0
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:
Luke Pulverenti 2016-04-16 01:05:34 -04:00
parent 55a3138b3b
commit 47720adffd
3 changed files with 10 additions and 9 deletions

View file

@ -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) {