Skip to content

MediaLibrary: Fix null pointer dereference on device change

When we receive a device mounted notification before the discoverer is started, we can't reload the device immediatly as the discoverer instance is still null. We also don't need to do so since the discoverer will reload all devices as its first task when the thread starts.

Fix #279 (closed)

Merge request reports