mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
fixed xml providers running over and over
This commit is contained in:
@@ -234,10 +234,7 @@ namespace MediaBrowser.Common.Plugins
|
||||
// We can always make this configurable if/when needed
|
||||
_dataFolderPath = Path.Combine(ApplicationPaths.PluginsPath, Path.GetFileNameWithoutExtension(ConfigurationFileName));
|
||||
|
||||
if (!Directory.Exists(_dataFolderPath))
|
||||
{
|
||||
Directory.CreateDirectory(_dataFolderPath);
|
||||
}
|
||||
Directory.CreateDirectory(_dataFolderPath);
|
||||
}
|
||||
|
||||
return _dataFolderPath;
|
||||
|
||||
Reference in New Issue
Block a user