Skip to content

MediaLibrary: Remove isInitialized()

Since another thread could execute initialize() in parallel, and the caller has no way to hold the internal mutex, this method is inherently racy.

Merge request reports

Loading