mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Fix info plugin registration
This commit is contained in:
committed by
Dominik Schmidt
parent
745a6f9329
commit
a3b832b570
@@ -62,6 +62,7 @@ ScriptAccount::start()
|
|||||||
m_stopped = false;
|
m_stopped = false;
|
||||||
|
|
||||||
m_collectionFactory->addAllPlugins();
|
m_collectionFactory->addAllPlugins();
|
||||||
|
m_infoPluginFactory->addAllPlugins();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -71,6 +72,7 @@ ScriptAccount::stop()
|
|||||||
m_stopped = true;
|
m_stopped = true;
|
||||||
|
|
||||||
m_collectionFactory->removeAllPlugins();
|
m_collectionFactory->removeAllPlugins();
|
||||||
|
m_infoPluginFactory->removeAllPlugins();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user