Update indentation

This commit is contained in:
Patrick Barron 2021-10-05 22:07:16 -04:00 committed by GitHub
parent 232e48f5e8
commit e0db541381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -341,7 +341,8 @@ namespace Emby.Server.Implementations.Library
mediaTypes = mediaTypes.Distinct().ToList(); mediaTypes = mediaTypes.Distinct().ToList();
} }
var excludeItemTypes = includeItemTypes.Length == 0 && mediaTypes.Count == 0 ? new[] var excludeItemTypes = includeItemTypes.Length == 0 && mediaTypes.Count == 0
? new[]
{ {
nameof(Person), nameof(Person),
nameof(Studio), nameof(Studio),