Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/d5d9ef129cd4a0e5ac6a897edc0a2c59f01a85b9
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
12 additions and
3 deletions
@ -324,6 +324,15 @@ namespace MediaBrowser.ServerApplication
{
// Not there, no big deal
}
try
{
Directory . Delete ( Path . Combine ( ApplicationPaths . DataPath , "tmdb-movies" ) , true ) ;
}
catch ( IOException )
{
// Not there, no big deal
}
} ) ;
}
@ -457,6 +466,8 @@ namespace MediaBrowser.ServerApplication
await Task . WhenAll ( itemsTask , displayPreferencesTask , userdataTask ) . ConfigureAwait ( false ) ;
progress . Report ( 100 ) ;
SetStaticProperties ( ) ;
await ( ( UserManager ) UserManager ) . Initialize ( ) . ConfigureAwait ( false ) ;
SetKernelProperties ( ) ;
@ -490,8 +501,6 @@ namespace MediaBrowser.ServerApplication
private void SetKernelProperties ( )
{
LocalizedStrings . StringFiles = GetExports < LocalizedStringData > ( ) ;
SetStaticProperties ( ) ;
}
/// <summary>
@ -149,7 +149,7 @@
<ItemGroup >
<None Include= "App.config" />
<None Include= "app.manifest" />
< Non e Include= "Native\RegisterServer.bat" />
< EmbeddedResourc e Include= "Native\RegisterServer.bat" />
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >