1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-16 14:01:58 +02:00

Fix info plugin registration

This commit is contained in:
Dominik Schmidt 2015-02-01 19:29:04 +01:00 committed by Dominik Schmidt
parent 745a6f9329
commit a3b832b570

View File

@ -62,6 +62,7 @@ ScriptAccount::start()
m_stopped = false;
m_collectionFactory->addAllPlugins();
m_infoPluginFactory->addAllPlugins();
}
@ -71,6 +72,7 @@ ScriptAccount::stop()
m_stopped = true;
m_collectionFactory->removeAllPlugins();
m_infoPluginFactory->removeAllPlugins();
}