mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
make lazy loaded paths more nimble
This commit is contained in:
@@ -267,6 +267,8 @@ namespace MediaBrowser.Common.Plugins
|
||||
{
|
||||
lock (_configurationSaveLock)
|
||||
{
|
||||
Directory.CreateDirectory(Path.GetDirectoryName(ConfigurationFilePath));
|
||||
|
||||
XmlSerializer.SerializeToFile(Configuration, ConfigurationFilePath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user