fix(registry): Fixed duplicate refresh calls
This commit is contained in:
parent
b5e5f8769d
commit
3319bd10c5
@ -230,7 +230,6 @@ namespace modules
|
||||
|
||||
void broadcast() {
|
||||
std::lock_guard<concurrency::SpinLock> lck(this->broadcast_lock);
|
||||
CastModule(ModuleImpl)->refresh();
|
||||
broadcast_module_update(ConstCastModule(ModuleImpl).name());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user