mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 05:48:47 +01:00
grrr - paste error
This commit is contained in:
@@ -41,9 +41,9 @@ namespace MediaBrowser.Common.Configuration
|
|||||||
if (_pluginsPath == null)
|
if (_pluginsPath == null)
|
||||||
{
|
{
|
||||||
_pluginsPath = Path.Combine(ProgramDataPath, "plugins");
|
_pluginsPath = Path.Combine(ProgramDataPath, "plugins");
|
||||||
if (!Directory.Exists(_configurationPath))
|
if (!Directory.Exists(_pluginsPath))
|
||||||
{
|
{
|
||||||
Directory.CreateDirectory(_configurationPath);
|
Directory.CreateDirectory(_pluginsPath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user