causefx 8 yıl önce
ebeveyn
işleme
b681612308
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 1 1
      js/custom.js
  2. 2 2
      js/functions.js

+ 1 - 1
js/custom.js

@@ -972,7 +972,7 @@ $(document).on("click", ".changeDefaultCategory", function () {
     settingsAPI(post,callbacks);
 });
 // CHANGE CUSTOMIZE Options
-$(document).on('change asColorPicker::close', '#customize-appearance-form :input', function(e) {
+$(document).on('change asColorPicker::clear asColorPicker::close', '#customize-appearance-form :input', function(e) {
 	$(this).attr('data-changed', true);
     switch ($(this).attr('type')) {
         case 'switch':

+ 2 - 2
js/functions.js

@@ -1771,8 +1771,8 @@ function changeAuth(){
             console.log(service);
             break;
         case 'emby_local':
-        case 'emby2':
-        case 'emby3':
+        case 'emby_connect':
+        case 'emby_all':
             $('.switchAuth').parent().parent().parent().hide();
             $('.backendAuth').parent().parent().parent().show();
             $('.embyAuth').parent().parent().parent().show();