mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
grrr - paste error
This commit is contained in:
parent
9b20718e2f
commit
61330b2fb4
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@ namespace MediaBrowser.Common.Configuration
|
|||
if (_pluginsPath == null)
|
||||
{
|
||||
_pluginsPath = Path.Combine(ProgramDataPath, "plugins");
|
||||
if (!Directory.Exists(_configurationPath))
|
||||
if (!Directory.Exists(_pluginsPath))
|
||||
{
|
||||
Directory.CreateDirectory(_configurationPath);
|
||||
Directory.CreateDirectory(_pluginsPath);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue