diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-03 10:14:40 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-03 10:14:40 -0400 |
| commit | 16fd474ad3e7d74cd78779350d2ee0ea7017f627 (patch) | |
| tree | dfd6012a22f5410e34410773ea164a2b578e9468 /MediaBrowser.Api/UserLibrary/UserLibraryService.cs | |
| parent | eb72c2db513f5306eecccb94f0f1cd5296a7d7db (diff) | |
safer hls kill
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/UserLibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/UserLibrary/UserLibraryService.cs | 3 |
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 |
