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( return _libraryManager.GetItemIds(
new InternalItemsQuery new InternalItemsQuery
{ {
IncludeItemTypes = new[] {nameof(Channel)}, IncludeItemTypes = new[] { nameof(Channel) },
OrderBy = new[] {(ItemSortBy.SortName, SortOrder.Ascending)} OrderBy = new[] { (ItemSortBy.SortName, SortOrder.Ascending) }
}).Select(i => GetChannelFeatures(i)).ToArray(); }).Select(i => GetChannelFeatures(i)).ToArray();
} }