Merge pull request #7332 from eyezak/transcode-reporting

This commit is contained in:
Cody Robibero 2022-02-20 09:32:09 -07:00 committed by GitHub
commit a61b42f7ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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