Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/05378c82cbf3517b789dc7782cc87fbc47c579e8
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
@ -135,7 +135,7 @@ namespace MediaBrowser.Common.Net
{
return "image/gif" ;
}
if ( ext . Equals ( ".jpg" , StringComparison . OrdinalIgnoreCase ) | | ext . Equals ( ".jpeg" , StringComparison . OrdinalIgnoreCase ) )
if ( ext . Equals ( ".jpg" , StringComparison . OrdinalIgnoreCase ) | | ext . Equals ( ".jpeg" , StringComparison . OrdinalIgnoreCase ) | | ext . Equals ( ".tbn" , StringComparison . OrdinalIgnoreCase ) )
{
return "image/jpeg" ;
}
@ -52,7 +52,7 @@ namespace MediaBrowser.Controller.Entities
/// <summary>
/// The supported image extensions
/// </summary>
public static readonly string [ ] SupportedImageExtensions = new [ ] { ".png" , ".jpg" , ".jpeg" } ;
public static readonly string [ ] SupportedImageExtensions = new [ ] { ".png" , ".jpg" , ".jpeg" , ".tbn" } ;
/// <summary>
/// The trailer folder name