aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamState.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-07-23 02:18:37 -0400
committerGitHub <noreply@github.com>2016-07-23 02:18:37 -0400
commit7d0a6456080a72d9a3721f13c87dd9292fc65255 (patch)
tree2138ffc8d83096b91f8ac77939544d8b2c0369bb /MediaBrowser.Api/Playback/StreamState.cs
parent79f6da09a5730e11608b4c762e07c6e89f7a886f (diff)
parent2aeee846f421ec3a0e943d0cdcdedcdb250904ce (diff)
Merge pull request #1970 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
-rw-r--r--MediaBrowser.Api/Playback/StreamState.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs
index d0d0337c2..da6be97b6 100644
--- a/MediaBrowser.Api/Playback/StreamState.cs
+++ b/MediaBrowser.Api/Playback/StreamState.cs
@@ -80,6 +80,10 @@ namespace MediaBrowser.Api.Playback
{
return 10;
}
+ if (userAgent.IndexOf("cfnetwork", StringComparison.OrdinalIgnoreCase) != -1)
+ {
+ return 10;
+ }
return 6;
}