Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/e0db541381a669ff5ba618e618e162ba0d0ef1c9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update indentation

pull/6649/head
Patrick Barron 4 years ago committed by GitHub
parent 232e48f5e8
commit e0db541381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -341,14 +341,15 @@ namespace Emby.Server.Implementations.Library
mediaTypes = mediaTypes.Distinct().ToList();
}
var excludeItemTypes = includeItemTypes.Length == 0 && mediaTypes.Count == 0 ? new[]
{
nameof(Person),
nameof(Studio),
nameof(Year),
nameof(MusicGenre),
nameof(Genre)
}
var excludeItemTypes = includeItemTypes.Length == 0 && mediaTypes.Count == 0
? new[]
{
nameof(Person),
nameof(Studio),
nameof(Year),
nameof(MusicGenre),
nameof(Genre)
}
: Array.Empty<string>();
var query = new InternalItemsQuery(user)

Loading…
Cancel
Save