fix spacing
This commit is contained in:
parent
c083b29e29
commit
821ad79992
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user