mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #159 from Bond-009/patch-1
Fix changing ProgramDataPath when passed as and arg
This commit is contained in:
commit
28a2774883
@ -101,9 +101,8 @@ namespace MediaBrowser.Server.Mono
|
|||||||
programDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".local", "share");
|
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);
|
var appFolderPath = Path.GetDirectoryName(applicationPath);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user