Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/3bbb30f5ccf595aea8e9639d865135a00784f259
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -47,7 +47,7 @@ namespace MediaBrowser.Common.Implementations.Updates
File . Copy ( source , Path . Combine ( Path . GetTempPath ( ) , "SharpCompress.dll" ) , true ) ;
logger . Info ( "Starting updater process." ) ;
Process . Start ( tempUpdater , string . Format ( "product={0} archive=\"{1}\" caller={2} pismo=false version={3} service={4} installpath= {5}", product , archive , Process . GetCurrentProcess ( ) . Id , version , restartServiceName ? ? string . Empty , appPaths . ProgramDataPath ) ) ;
Process . Start ( tempUpdater , string . Format ( "product={0} archive=\"{1}\" caller={2} pismo=false version={3} service={4} installpath= \" {5}\" ", product , archive , Process . GetCurrentProcess ( ) . Id , version , restartServiceName ? ? string . Empty , appPaths . ProgramDataPath ) ) ;
// That's it. The installer will do the work once we exit
}