Skip to content

Fix early forceRescan

After recent refactoring, a forceRescan triggered by a migration would crash:

  • Using a nullptr callback pointer before the parser was started
  • Using a nullptr medialib instance before the service was initialized

Merge request reports