Don't call the server's device list update function when updating detection progress

This commit is contained in:
Adam Honse
2020-09-29 01:38:20 +00:00
parent 7871b7d76a
commit 4f43e85139

View File

@@ -134,12 +134,6 @@ void ResourceManager::DetectionProgressChanged()
DetectionProgressCallbacks[callback_idx](DetectionProgressCallbackArgs[callback_idx]);
}
/*-------------------------------------------------*\
| Device list has changed, inform all clients |
| connected to this server |
\*-------------------------------------------------*/
server->DeviceListChanged();
DetectionProgressMutex.unlock();
}