Browse Source

Merge pull request #7332 from eyezak/transcode-reporting

Cody Robibero 3 năm trước cách đây
mục cha
commit
a61b42f7ef
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Jellyfin.Api/Helpers/TranscodingJobHelper.cs

+ 2 - 0
Jellyfin.Api/Helpers/TranscodingJobHelper.cs

@@ -753,6 +753,8 @@ namespace Jellyfin.Api.Helpers
             job.HasExited = true;
             job.ExitCode = process.ExitCode;
 
+            ReportTranscodingProgress(job, state, null, null, null, null, null);
+
             _logger.LogDebug("Disposing stream resources");
             state.Dispose();