Fix changing ProgramDataPath when passed as and arg

pull/1154/head
Bond-009 6 years ago committed by GitHub
parent afd6727c64
commit 494c2e312d

@ -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…
Cancel
Save