Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/c975d50cdcbace70136145f3ba99846d81c3dee5
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
4 deletions
@ -267,13 +267,13 @@ namespace MediaBrowser.Model.Entities
attributes . Add ( StringHelper . FirstToUpper ( fullLanguage ? ? Language ) ) ;
}
if ( ! string . IsNullOrEmpty ( Codec) & & ! string . Equals ( Codec , "dca" , StringComparison . OrdinalIgnoreCase ) & & ! string . Equals ( Codec , "dts ", StringComparison . OrdinalIgnoreCase ) )
if ( ! string . IsNullOrEmpty ( Profile) & & ! string . Equals ( Profile , "lc ", StringComparison . OrdinalIgnoreCase ) )
{
attributes . Add ( AudioCodec. GetFriendlyName ( Codec ) ) ;
attributes . Add ( Profile ) ;
}
else if ( ! string . IsNullOrEmpty ( Profile) & & ! string . Equals ( Profile , "lc" , StringComparison . OrdinalIgnoreCase ) )
else if ( ! string . IsNullOrEmpty ( Codec ) )
{
attributes . Add ( Profile ) ;
attributes . Add ( AudioCodec. GetFriendlyName ( Codec ) ) ;
}
if ( ! string . IsNullOrEmpty ( ChannelLayout ) )