update script loading

This commit is contained in:
Luke Pulverenti
2015-05-19 15:15:40 -04:00
parent 5bee01b5bb
commit 448dd949c7
10 changed files with 130 additions and 50 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.ThrottleThresholdInSeconds))
{
PauseTranscoding();
}