diff options
| author | Bond_009 <Bond.009@outlook.com> | 2019-03-27 16:26:33 +0100 |
|---|---|---|
| committer | Bond_009 <Bond.009@outlook.com> | 2019-03-27 16:26:33 +0100 |
| commit | b647959ec41373c513ee55075e4c973bfb68dbcd (patch) | |
| tree | fd4843755ce3f6486019c412d711ff9d477ad2e4 /MediaBrowser.Controller/MediaEncoding | |
| parent | ca37ca291fb06e8b46257ae1dbc0f2786c948d36 (diff) | |
Add EnableOutputInSubFolder back
Diffstat (limited to 'MediaBrowser.Controller/MediaEncoding')
| -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 d0d5ebfd6..ac989f6ba 100644 --- a/MediaBrowser.Controller/MediaEncoding/JobLogger.cs +++ b/MediaBrowser.Controller/MediaEncoding/JobLogger.cs @@ -99,7 +99,7 @@ namespace MediaBrowser.Controller.MediaEncoding { var currentMs = startMs + val.TotalMilliseconds; - percent = 100 * currentMs / totalMs; + percent = 100.0 * currentMs / totalMs; transcodingPosition = val; } |
