BaronGreenback 4 лет назад
Родитель
Сommit
9c3e484c0e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      MediaBrowser.Common/Plugins/BasePlugin.cs

+ 1 - 1
MediaBrowser.Common/Plugins/BasePlugin.cs

@@ -266,7 +266,7 @@ namespace MediaBrowser.Common.Plugins
                 XmlSerializer.SerializeToFile(config, ConfigurationFilePath);
             }
         }
-        
+
         /// <summary>
         /// Saves the current configuration to the file system.
         /// </summary>