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