mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
Some less obvious ones that I was told were there
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user