Update BasePlugin.cs

This commit is contained in:
BaronGreenback 2020-11-19 18:14:38 +00:00 committed by GitHub
parent ef05485243
commit 9c3e484c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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