Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/b763807fc757788c4625fb530f5e033139b19d72
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -410,8 +410,8 @@ namespace MediaBrowser.WebDashboard.Api
var files = new [ ]
{
"http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" ,
"http://vjs.zencdn.net/c/video-js.css" ,
"thirdparty/jqm-icon-pack-3.0/font-awesome/jqm-icon-pack-3.0.0-fa.css" ,
"css/jplayer.css" + versionString ,
"css/all.css" + versionString
} ;
@ -433,8 +433,8 @@ namespace MediaBrowser.WebDashboard.Api
{
"http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" ,
"http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js" ,
"http://vjs.zencdn.net/c/video.js" ,
"thirdparty/jplayer/jquery.jplayer.min.js" + versionString ,
"thirdparty/jplayer/jplayer.playlist.min.js" + versionString ,
"scripts/all.js" + versionString
} ;