mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Fix changing ProgramDataPath when passed as and arg
This commit is contained in:
parent
afd6727c64
commit
494c2e312d
1 changed files with 1 additions and 2 deletions
|
@ -101,10 +101,9 @@ namespace MediaBrowser.Server.Mono
|
|||
programDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".local", "share");
|
||||
}
|
||||
}
|
||||
programDataPath = Path.Combine(programDataPath, "jellyfin");
|
||||
}
|
||||
|
||||
programDataPath = Path.Combine(programDataPath, "jellyfin");
|
||||
|
||||
var appFolderPath = Path.GetDirectoryName(applicationPath);
|
||||
|
||||
return new ServerApplicationPaths(programDataPath, appFolderPath, appFolderPath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue