mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Update JobLogger.cs
This commit is contained in:
parent
48e9c004b4
commit
8eced835c0
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
|
||||
if (framerate.HasValue || percent.HasValue)
|
||||
{
|
||||
state.ReportTranscodingProgress(transcodingPosition, 0, percent, 0, bitRate);
|
||||
state.ReportTranscodingProgress(transcodingPosition, framerate, percent, bytesTranscoded, bitRate);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue