mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
safer hls kill
This commit is contained in:
@@ -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