浏览代码

fix spacing

crobibero 4 年之前
父节点
当前提交
821ad79992
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Emby.Server.Implementations/Channels/ChannelManager.cs

+ 2 - 2
Emby.Server.Implementations/Channels/ChannelManager.cs

@@ -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();
         }