mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update BasePlugin.cs
This commit is contained in:
parent
9c3e484c0e
commit
47f3bb33f9
@ -272,12 +272,7 @@ namespace MediaBrowser.Common.Plugins
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public virtual void SaveConfiguration()
|
public virtual void SaveConfiguration()
|
||||||
{
|
{
|
||||||
lock (_configurationSaveLock)
|
SaveConfiguration(Configuration);
|
||||||
{
|
|
||||||
_directoryCreateFn(Path.GetDirectoryName(ConfigurationFilePath));
|
|
||||||
|
|
||||||
XmlSerializer.SerializeToFile(Configuration, ConfigurationFilePath);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user