瀏覽代碼

Update MediaInfoService.cs

Artiume 5 年之前
父節點
當前提交
46442e24f8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      MediaBrowser.Api/Playback/MediaInfoService.cs

+ 1 - 0
MediaBrowser.Api/Playback/MediaInfoService.cs

@@ -671,4 +671,5 @@ namespace MediaBrowser.Api.Playback
             }).ThenBy(originalList.IndexOf)
             }).ThenBy(originalList.IndexOf)
             .ToArray();
             .ToArray();
         }
         }
+    }
 }
 }