Add EnableOutputInSubFolder back

This commit is contained in:
Bond_009
2019-03-27 16:26:33 +01:00
parent ca37ca291f
commit b647959ec4
2 changed files with 11 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ namespace MediaBrowser.Controller.MediaEncoding
{
var currentMs = startMs + val.TotalMilliseconds;
percent = 100 * currentMs / totalMs;
percent = 100.0 * currentMs / totalMs;
transcodingPosition = val;
}