Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/362d8d5c965f76644410d9c92dbecb86b718de0c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
5 additions and
6 deletions
@ -1,5 +1,4 @@
using MediaBrowser.Common.IO ;
using MediaBrowser.Controller.Chapters ;
using MediaBrowser.Controller.Chapters ;
using MediaBrowser.Controller.Entities ;
using MediaBrowser.Controller.Entities.Movies ;
using MediaBrowser.Controller.Entities.TV ;
@ -153,7 +152,7 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
}
catch ( Exception ex )
{
_logger . ErrorException ( "Error extrac h ing chapter images for {0}", ex , string . Join ( "," , inputPath ) ) ;
_logger . ErrorException ( "Error extrac t ing chapter images for {0}", ex , string . Join ( "," , inputPath ) ) ;
success = false ;
break ;
}
@ -76,7 +76,7 @@ namespace MediaBrowser.Server.Mac
return list ;
}
public void AuthorizeServer ( int udpPort , int httpServerPort , int httpsPort , string tempDirectory )
public void AuthorizeServer ( int udpPort , int httpServerPort , int httpsPort , string applicationPath , string tempDirectory )
{
}
@ -1,4 +1,4 @@
using System.Reflection ;
[assembly: AssemblyVersion("3.0.*")]
//[assembly: AssemblyVersion("3.0.5910 ")]
// [assembly: AssemblyVersion("3.0.*")]
[assembly: AssemblyVersion("3.0.5911 ")]