mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Merge pull request #7332 from eyezak/transcode-reporting
This commit is contained in:
commit
a61b42f7ef
@ -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…
x
Reference in New Issue
Block a user