From 16fd474ad3e7d74cd78779350d2ee0ea7017f627 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 3 Oct 2013 10:14:40 -0400 Subject: safer hls kill --- MediaBrowser.Api/UserLibrary/UserLibraryService.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'MediaBrowser.Api/UserLibrary/UserLibraryService.cs') 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 -- cgit v1.2.3