mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
completed auth database
This commit is contained in:
@@ -74,7 +74,7 @@ namespace MediaBrowser.Api.Playback.Hls
|
||||
|
||||
public void Delete(StopEncodingProcess request)
|
||||
{
|
||||
var task = ApiEntryPoint.Instance.KillTranscodingJobs(request.DeviceId, FileDeleteMode.All, true);
|
||||
var task = ApiEntryPoint.Instance.KillTranscodingJobs(request.DeviceId, path => true, true);
|
||||
|
||||
Task.WaitAll(task);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user