diff --git a/src/coreservices.cpp b/src/coreservices.cpp index aa7b311ec6f9..045f900a4367 100644 --- a/src/coreservices.cpp +++ b/src/coreservices.cpp @@ -865,8 +865,8 @@ void CoreServices::finalize() { mixxx::qml::QmlLibraryProxy::registerLibrary(nullptr); ControllerScriptEngineBase::registerTrackCollectionManager(nullptr); - ControllerScriptEngineBase::registerPlayerManager(nullptr); #endif + ControllerScriptEngineBase::registerPlayerManager(nullptr); // Stop all pending library operations qDebug() << t.elapsed(false).debugMillisWithUnit() << "stopping pending Library tasks";