aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-03 10:14:40 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-03 10:14:40 -0400
commit16fd474ad3e7d74cd78779350d2ee0ea7017f627 (patch)
treedfd6012a22f5410e34410773ea164a2b578e9468 /MediaBrowser.Api/UserLibrary/UserLibraryService.cs
parenteb72c2db513f5306eecccb94f0f1cd5296a7d7db (diff)
safer hls kill
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/UserLibraryService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/UserLibraryService.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Api/UserLibrary/UserLibraryService.cs b/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
index efb1d5d43..a43ed276d 100644
--- a/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
+++ b/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
@@ -721,9 +721,6 @@ namespace MediaBrowser.Api.UserLibrary
var item = _dtoService.GetItemByDtoId(request.Id, user.Id);
- // Kill the encoding
- ApiEntryPoint.Instance.KillSingleTranscodingJob(item.Path);
-
var session = GetSession();
var info = new PlaybackStopInfo