Browse Source

Update MediaInfoService.cs

Artiume 5 years ago
parent
commit
3fb7aabfde
1 changed files with 0 additions and 1 deletions
  1. 0 1
      MediaBrowser.Api/Playback/MediaInfoService.cs

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

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