aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/TranscodingThrottler.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-10 18:16:41 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-10 18:16:41 -0400
commit17f5ae811817b0d891b2884d7a4adefc18bfaf3f (patch)
tree092aedc05574fa9d706ad51f5ccb6cc170637315 /MediaBrowser.Api/Playback/TranscodingThrottler.cs
parent3a00f003f52f94ecc74634a6ad395fb38d019a88 (diff)
improve ffmpeg killing
Diffstat (limited to 'MediaBrowser.Api/Playback/TranscodingThrottler.cs')
-rw-r--r--MediaBrowser.Api/Playback/TranscodingThrottler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/TranscodingThrottler.cs b/MediaBrowser.Api/Playback/TranscodingThrottler.cs
index 58cfa086e..ece455009 100644
--- a/MediaBrowser.Api/Playback/TranscodingThrottler.cs
+++ b/MediaBrowser.Api/Playback/TranscodingThrottler.cs
@@ -70,7 +70,7 @@ namespace MediaBrowser.Api.Playback
}
}
- private void UnpauseTranscoding()
+ public void UnpauseTranscoding()
{
if (_isPaused)
{