mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
Visual Studio Reformat: Emby.Server.Implementations Part S-S
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
|
||||
|
||||
foreach (var file in filesToDelete)
|
||||
{
|
||||
double percent = index / (double) filesToDelete.Count;
|
||||
double percent = index / (double)filesToDelete.Count;
|
||||
|
||||
progress.Report(100 * percent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user