Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/12a0a02515f3f133215d551dcc2492f4c69bb1d8?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
7 deletions
@ -194,13 +194,7 @@ namespace MediaBrowser.ServerApplication
private static void BeginLog ( ILogger logger , IApplicationPaths appPaths )
private static void BeginLog ( ILogger logger , IApplicationPaths appPaths )
{
{
logger . Info ( "Media Browser Server started" ) ;
logger . Info ( "Media Browser Server started" ) ;
logger . Info ( "Command line: {0}" , string . Join ( " " , Environment . GetCommandLineArgs ( ) ) ) ;
ApplicationHost . LogEnvironmentInfo ( logger , appPaths ) ;
logger . Info ( "Server: {0}" , Environment . MachineName ) ;
logger . Info ( "Operating system: {0}" , Environment . OSVersion . ToString ( ) ) ;
logger . Info ( "Program data path: {0}" , appPaths . ProgramDataPath ) ;
logger . Info ( "Application Path: {0}" , appPaths . ApplicationPath ) ;
}
}
private static readonly TaskCompletionSource < bool > ApplicationTaskCompletionSource = new TaskCompletionSource < bool > ( ) ;
private static readonly TaskCompletionSource < bool > ApplicationTaskCompletionSource = new TaskCompletionSource < bool > ( ) ;