mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-27 20:41:54 +00:00
Removed progress value from startup
This commit is contained in:
parent
fb88e4d5fc
commit
fe427bc7f4
@@ -105,10 +105,10 @@ namespace MediaBrowser.Controller
|
||||
|
||||
ExtractFFMpeg();
|
||||
|
||||
progress.Report(new TaskProgress { Description = "Loading Users", PercentComplete = 15 });
|
||||
progress.Report(new TaskProgress { Description = "Loading Users" });
|
||||
ReloadUsers();
|
||||
|
||||
progress.Report(new TaskProgress { Description = "Loading Media Library", PercentComplete = 25 });
|
||||
progress.Report(new TaskProgress { Description = "Loading Media Library" });
|
||||
await ReloadRoot(allowInternetProviders: false).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user