diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-04-17 16:33:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-17 16:33:52 -0400 |
| commit | f0f3ca8c181b4144cbd21fb545d0629e92a9529b (patch) | |
| tree | ebf4e2680ef00483b38618d97e7df26ea3da2fcd /MediaBrowser.Api/ApiEntryPoint.cs | |
| parent | 315541a686858eeab84f73a4fcad1a11c1ee15c7 (diff) | |
| parent | 6a66aef608a0caa567f603edbd9a4e3466fda469 (diff) | |
Merge pull request #2584 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Api/ApiEntryPoint.cs')
| -rw-r--r-- | MediaBrowser.Api/ApiEntryPoint.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Api/ApiEntryPoint.cs b/MediaBrowser.Api/ApiEntryPoint.cs index b62af554e..a59ab33a9 100644 --- a/MediaBrowser.Api/ApiEntryPoint.cs +++ b/MediaBrowser.Api/ApiEntryPoint.cs @@ -426,18 +426,6 @@ namespace MediaBrowser.Api { job.ChangeKillTimerIfStarted(); } - - if (!string.IsNullOrWhiteSpace(job.LiveStreamId)) - { - try - { - await _mediaSourceManager.PingLiveStream(job.LiveStreamId, CancellationToken.None).ConfigureAwait(false); - } - catch (Exception ex) - { - Logger.ErrorException("Error closing live stream", ex); - } - } } /// <summary> |
