aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-01-26 13:41:36 -0500
committerGitHub <noreply@github.com>2017-01-26 13:41:36 -0500
commit6f93e605cf901df5cea613ba5a1a7be7bf482fd3 (patch)
treef5582bb0b6c4eb75a80d0afcc9b0d37aa4950eda /Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
parent15d4de2feefb004c56a72ea2ded6bdd4e8ad5303 (diff)
parentdb4290c74cd06815ba05165a79c95b89028cb678 (diff)
Merge pull request #2421 from MediaBrowser/dev
Dev
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);
}
}
}