aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-04-17 16:33:52 -0400
committerGitHub <noreply@github.com>2017-04-17 16:33:52 -0400
commitf0f3ca8c181b4144cbd21fb545d0629e92a9529b (patch)
treeebf4e2680ef00483b38618d97e7df26ea3da2fcd /Emby.Server.Implementations/LiveTv
parent315541a686858eeab84f73a4fcad1a11c1ee15c7 (diff)
parent6a66aef608a0caa567f603edbd9a4e3466fda469 (diff)
Merge pull request #2584 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/LiveTv')
-rw-r--r--Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs b/Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs
index 93996f5da..329f5b8a4 100644
--- a/Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs
+++ b/Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs
@@ -190,7 +190,7 @@ namespace Emby.Server.Implementations.LiveTv
else if (width >= 1260)
{
- videoStream.BitRate = 3000000;
+ videoStream.BitRate = 4000000;
}
else if (width >= 700)