mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
Remove unused code...
This commit is contained in:
parent
e73b418f9d
commit
168587b2a0
431 changed files with 282 additions and 977 deletions
|
|
@ -98,7 +98,7 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
|
|||
double percent = numComplete;
|
||||
percent /= packagesToInstall.Count;
|
||||
|
||||
progress.Report((90 * percent) + 10);
|
||||
progress.Report(90 * percent + 10);
|
||||
}
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue