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
After recent refactoring, a forceRescan triggered by a migration would crash:
VideoLAN code repository instance