fix video probing

This commit is contained in:
Luke Pulverenti
2015-04-07 13:51:14 -04:00
parent 3e9efeb44f
commit 84ec2aab95
5 changed files with 19 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ namespace MediaBrowser.Api.Playback
var options = GetOptions();
if (/*options.EnableThrottling &&*/ IsThrottleAllowed(_job, options.ThrottleThresholdSeconds))
if (options.EnableThrottling && IsThrottleAllowed(_job, options.ThrottleThresholdSeconds))
{
PauseTranscoding();
}