Merge pull request #7332 from eyezak/transcode-reporting

pull/7344/head
Cody Robibero 2 years ago committed by GitHub
commit a61b42f7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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();

Loading…
Cancel
Save