fix spacing

This commit is contained in:
crobibero 2020-12-01 11:09:01 -07:00
parent c083b29e29
commit 821ad79992

View File

@ -538,8 +538,8 @@ namespace Emby.Server.Implementations.Channels
return _libraryManager.GetItemIds(
new InternalItemsQuery
{
IncludeItemTypes = new[] {nameof(Channel)},
OrderBy = new[] {(ItemSortBy.SortName, SortOrder.Ascending)}
IncludeItemTypes = new[] { nameof(Channel) },
OrderBy = new[] { (ItemSortBy.SortName, SortOrder.Ascending) }
}).Select(i => GetChannelFeatures(i)).ToArray();
}