diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-04-15 15:46:07 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-04-15 15:46:07 -0400 |
| commit | eedf62d80dce437a7923af7d0ef896a6187b3a8a (patch) | |
| tree | fa1ab3bfc6c39ff4a17328fe890c4eed972b67e2 /Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs | |
| parent | 8eb4c034b44f9c414ec19e7f0ab40c2070a8cf64 (diff) | |
update keep up to deletion
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs b/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs index 3906df000..053af4fc6 100644 --- a/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs +++ b/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs @@ -84,7 +84,7 @@ namespace Emby.Server.Implementations.LiveTv if (width >= 1900) { - videoStream.BitRate = 8000000; + videoStream.BitRate = 15000000; } else if (width >= 1260) |
