Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/ef505c8e9e2b8f348aeaa89be6bc446014b72996
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
@ -126,7 +126,7 @@ namespace MediaBrowser.Server.Implementations.Photos
protected abstract Task < List < BaseItem > > GetItemsWithImages ( IHasImages item ) ;
private const string Version = "1 7 ";
private const string Version = "1 8 ";
protected string GetConfigurationCacheKey ( List < BaseItem > items , string itemName )
{
var parts = Version + "_" + ( itemName ? ? string . Empty ) + "_" +
@ -107,7 +107,7 @@ namespace MediaBrowser.Server.Implementations.UserViews
User = _userManager . GetUserById ( view . UserId . Value ) ,
CollapseBoxSetItems = false ,
Recursive = recursive ,
ExcludeItemTypes = new [ ] { "UserView" , "CollectionFolder" }
ExcludeItemTypes = new [ ] { "UserView" , "CollectionFolder" , "Playlist" }
} ) . ConfigureAwait ( false ) ;