aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-26 01:26:58 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-26 01:26:58 -0500
commit045fdaf3874c9b57d80a97d0fefdcd3454f7c044 (patch)
tree0a818e5d227360b38e5ef3e8ef64189ead427630 /MediaBrowser.Server.Startup.Common
parent8f780269cbf8b9b1000f83432262e93c487164eb (diff)
update live stream bitrates
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
-rw-r--r--MediaBrowser.Server.Startup.Common/LiveTv/TunerHosts/SatIp/SatIpHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/LiveTv/TunerHosts/SatIp/SatIpHost.cs b/MediaBrowser.Server.Startup.Common/LiveTv/TunerHosts/SatIp/SatIpHost.cs
index ac83440f2..fffca4ca9 100644
--- a/MediaBrowser.Server.Startup.Common/LiveTv/TunerHosts/SatIp/SatIpHost.cs
+++ b/MediaBrowser.Server.Startup.Common/LiveTv/TunerHosts/SatIp/SatIpHost.cs
@@ -115,7 +115,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.SatIp
RequiresClosing = false
};
- mediaSource.InferTotalBitrate();
+ mediaSource.InferTotalBitrate(true);
return new List<MediaSourceInfo> { mediaSource };
}