mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Fix scriptcollection showing when resolver isn't enabled
This commit is contained in:
@@ -42,7 +42,7 @@ using namespace Tomahawk;
|
|||||||
ScriptAccount::ScriptAccount( const QString& name )
|
ScriptAccount::ScriptAccount( const QString& name )
|
||||||
: QObject()
|
: QObject()
|
||||||
, m_name( name )
|
, m_name( name )
|
||||||
, m_stopped( false )
|
, m_stopped( true )
|
||||||
, m_collectionFactory( new ScriptCollectionFactory() )
|
, m_collectionFactory( new ScriptCollectionFactory() )
|
||||||
, m_infoPluginFactory( new ScriptInfoPluginFactory() )
|
, m_infoPluginFactory( new ScriptInfoPluginFactory() )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user