diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-06 10:02:22 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-06 10:02:22 -0500 |
| commit | ce34c35b944ec8dcc56a4a68ac4d363d0f76db06 (patch) | |
| tree | d6e908382140093734ccab97e42b9e4cc889cc7c /MediaBrowser.Api/Playback/TranscodingThrottler.cs | |
| parent | 6aa3313bc05fe5a26cee8944c00489c022612069 (diff) | |
encode with qsv
Diffstat (limited to 'MediaBrowser.Api/Playback/TranscodingThrottler.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/TranscodingThrottler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/TranscodingThrottler.cs b/MediaBrowser.Api/Playback/TranscodingThrottler.cs index fec3dda86..ece455009 100644 --- a/MediaBrowser.Api/Playback/TranscodingThrottler.cs +++ b/MediaBrowser.Api/Playback/TranscodingThrottler.cs @@ -42,7 +42,7 @@ namespace MediaBrowser.Api.Playback var options = GetOptions(); - if (options.EnableThrottling && IsThrottleAllowed(_job, options.ThrottleThresholdInSeconds)) + if (options.EnableThrottling && IsThrottleAllowed(_job, options.ThrottleThresholdSeconds)) { PauseTranscoding(); } |
