Browse Source

Update MediaInfoService.cs

Artiume 5 years ago
parent
commit
46442e24f8
1 changed files with 1 additions and 0 deletions
  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();
         }
         }
+    }
 }
 }