aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
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 /Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
parent8f780269cbf8b9b1000f83432262e93c487164eb (diff)
update live stream bitrates
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs')
-rw-r--r--Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs b/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
index 78390f084..0313e6fde 100644
--- a/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
+++ b/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
@@ -96,7 +96,7 @@ namespace Emby.Server.Implementations.LiveTv
}
// Try to estimate this
- mediaSource.InferTotalBitrate();
+ mediaSource.InferTotalBitrate(true);
}
}
}