server: Source.configured needs await

This commit is contained in:
Dan Bungert 2021-09-30 22:12:10 -06:00
parent 1a3bcbc1c4
commit b35bf07e9d
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class MetaController:
if variant in fake_entries:
if self.app.base_model.source.current.variant != variant:
self.app.base_model.source.current = fake_entries[variant]
self.app.controllers.Source.configured()
await self.app.controllers.Source.configured()
else:
self.app.base_model.set_source_variant(variant)
self.app.set_source_variant(variant)