瀏覽代碼

update quicktime user agent

Luke Pulverenti 11 年之前
父節點
當前提交
50aa0b8675
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;