mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:08:33 +00:00
Add EnableOutputInSubFolder back
This commit is contained in:
parent
ca37ca291f
commit
b647959ec4
2 changed files with 11 additions and 3 deletions
|
|
@ -99,7 +99,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
{
|
||||
var currentMs = startMs + val.TotalMilliseconds;
|
||||
|
||||
percent = 100 * currentMs / totalMs;
|
||||
percent = 100.0 * currentMs / totalMs;
|
||||
|
||||
transcodingPosition = val;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue