diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-05 19:04:22 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-05 19:04:22 -0400 |
| commit | 50aa0b86752757692f6de27925b0cd49399528ec (patch) | |
| tree | 24e8970530df5763667b1dc488828a7a8ab80cf1 | |
| parent | 5c908c1f0525faaa3c1616d7fb35a67f86beece2 (diff) | |
update quicktime user agent
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index f0b6093492..73518afe16 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/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; |
