Some less obvious ones that I was told were there

This commit is contained in:
hawken
2019-01-07 21:16:38 +00:00
parent 880825514a
commit 82a801c9ae
2 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
foreach (var file in filesToDelete)
{
double percent = index / filesToDelete.Count;
double percent = index / (double) filesToDelete.Count;
progress.Report(100 * percent);