Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/fa76620eb75dcf194ce02a2c1fe2b6178e5acaa3
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
4 deletions
@ -69,10 +69,10 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings
IsSeries = p . IsSeries ,
IsRepeat = p . IsRepeat ,
// IsPremiere = !p.PreviouslyShown.HasValue,
IsKids = p . Categories . Any ( info . Kids Genr es. Contains ) ,
IsMovie = p . Categories . Any ( _categoryMappings[ "Movie" ] . Contains ) ,
IsNews = p . Categories . Any ( info . News Genr es. Contains ) ,
IsSports = p . Categories . Any ( info . Sports Genr es. Contains ) ,
IsKids = p . Categories . Any ( info . Kids Categori es. Contains ) ,
IsMovie = p . Categories . Any ( info. MovieCategories . Contains ) ,
IsNews = p . Categories . Any ( info . News Categori es. Contains ) ,
IsSports = p . Categories . Any ( info . Sports Categori es. Contains ) ,
ImageUrl = p . Icon ! = null & & ! String . IsNullOrEmpty ( p . Icon . Source ) ? p . Icon . Source : null ,
HasImage = p . Icon ! = null & & ! String . IsNullOrEmpty ( p . Icon . Source ) ,
OfficialRating = p . Rating ! = null & & ! String . IsNullOrEmpty ( p . Rating . Value ) ? p . Rating . Value : null ,