Browse Source

Update MediaInfoService.cs

Artiume 5 năm trước cách đây
mục cha
commit
46442e24f8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)
             .ToArray();
         }
+    }
 }