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:
parent
745a6f9329
commit
a3b832b570
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user