Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/99482f07362b02d2edf0a7ac34bd7d682c67baf3
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
@ -287,7 +287,7 @@ namespace MediaBrowser.Providers.Movies
if ( ! string . IsNullOrEmpty ( language ) )
{
// They require this to be uppercase
// /community/index.php?/topic/32454-fr-follow-tmdbs-new-language-api-update/?p=311148
// https://emby.media /community/index.php?/topic/32454-fr-follow-tmdbs-new-language-api-update/?p=311148
var parts = language . Split ( '-' ) ;
if ( parts . Length = = 2 )
@ -353,7 +353,7 @@ namespace MediaBrowser.XbmcMetadata.Savers
if ( ! string . IsNullOrEmpty ( stream . Language ) )
{
// /community/index.php?/topic/49071-nfo-not-generated-on-actualize-or-rescan-or-identify
// https://emby.media /community/index.php?/topic/49071-nfo-not-generated-on-actualize-or-rescan-or-identify
writer . WriteElementString ( "language" , RemoveInvalidXMLChars ( stream . Language ) ) ;
}