Browse Source

update quicktime user agent

Luke Pulverenti 12 năm trước cách đây
mục cha
commit
50aa0b8675
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 1 - 1
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -713,7 +713,7 @@ namespace MediaBrowser.Api.Playback
         {
             if (item.Path.IndexOf("apple.com", StringComparison.OrdinalIgnoreCase) != -1)
             {
-                return "QuickTime/7.6.2";
+                return "QuickTime/7.7.4";
             }
 
             return string.Empty;