diff options
| author | ThreeFive-O <threefive-o.github@outlook.com> | 2020-01-24 23:33:32 +0100 |
|---|---|---|
| committer | ThreeFive-O <threefive-o.github@outlook.com> | 2020-01-24 23:33:32 +0100 |
| commit | 4f3bfd9146a4960dec6c45a61fca955b6f31535e (patch) | |
| tree | ac65aff79fe5ea6d2f180918f8e54a928836c14d /MediaBrowser.Controller/MediaEncoding/JobLogger.cs | |
| parent | 8ff07e17e6f58a1102b9d8c36a995dec4dc2f041 (diff) | |
Add Transcoding framerate info
Diffstat (limited to 'MediaBrowser.Controller/MediaEncoding/JobLogger.cs')
| -rw-r--r-- | MediaBrowser.Controller/MediaEncoding/JobLogger.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/MediaEncoding/JobLogger.cs b/MediaBrowser.Controller/MediaEncoding/JobLogger.cs index ac989f6ba..171aedb0e 100644 --- a/MediaBrowser.Controller/MediaEncoding/JobLogger.cs +++ b/MediaBrowser.Controller/MediaEncoding/JobLogger.cs @@ -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); } } } |
