Browse Source

update quicktime user agent

Luke Pulverenti 11 years ago
parent
commit
50aa0b8675
1 changed files with 1 additions and 1 deletions
  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;