Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/1267788e41c859f30f40f9465cff60dc6eb7f64e
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
7 additions and
4 deletions
@ -233,7 +233,7 @@ namespace MediaBrowser.Server.Implementations.Sqlite
var cmd = connection . CreateCommand ( ) ;
cmd . CommandText = "select data from userdata where key = @key and userId=@userId" ;
var idParam = cmd . Parameters . Add ( "@key" , DbType . Guid ) ;
var idParam = cmd . Parameters . Add ( "@key" , DbType . String ) ;
idParam . Value = key ;
var userIdParam = cmd . Parameters . Add ( "@userId" , DbType . Guid ) ;
@ -296,13 +296,16 @@
<Content Include= "dashboard-ui\scripts\videojsextensions.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\thirdparty\ jplayer\jplayer.playlist.min.j s">
<Content Include= "dashboard-ui\thirdparty\ video-js\video-js.min.cs s">
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\thirdparty\ jplayer\Jplayer.swf ">
<Content Include= "dashboard-ui\thirdparty\ video-js\video-js.png ">
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\thirdparty\jplayer\jquery.jplayer.min.js" >
<Content Include= "dashboard-ui\thirdparty\video-js\video-js.swf" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\thirdparty\video-js\video.min.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "dashboard-ui\tvgenres.html" >