mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 03:24:47 +01:00
safer hls kill
This commit is contained in:
@@ -5,7 +5,6 @@ using MediaBrowser.Controller.Entities.Movies;
|
||||
using MediaBrowser.Controller.Entities.TV;
|
||||
using MediaBrowser.Controller.Library;
|
||||
using MediaBrowser.Controller.Localization;
|
||||
using MediaBrowser.Controller.Persistence;
|
||||
using MediaBrowser.Model.Entities;
|
||||
using MediaBrowser.Model.Querying;
|
||||
using ServiceStack.ServiceHost;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user