mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 21:43:03 +03:00
Add EnableOutputInSubFolder back
This commit is contained in:
@@ -99,7 +99,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
{
|
||||
var currentMs = startMs + val.TotalMilliseconds;
|
||||
|
||||
percent = 100 * currentMs / totalMs;
|
||||
percent = 100.0 * currentMs / totalMs;
|
||||
|
||||
transcodingPosition = val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user