|
|
|
@ -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);
|
|
|
|
|