mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 01:09:42 +01:00
try adding some account linkup
This commit is contained in:
parent
81575c68e8
commit
5bb31a2e7c
@ -60,6 +60,11 @@ public slots:
|
||||
if ( m_manager.isNull() )
|
||||
return;
|
||||
|
||||
Tomahawk::Accounts::Account* acct = Tomahawk::Accounts::AccountManager::instance()->accountFromPath( path );
|
||||
|
||||
Tomahawk::Accounts::AccountManager::instance()->addAccount( acct );
|
||||
TomahawkSettings::instance()->addAccount( acct->accountId() );
|
||||
Tomahawk::Accounts::AccountManager::instance()->enableAccount( acct );
|
||||
|
||||
|
||||
m_manager.data()->m_resolverStates[ m_resolverId ].state = AtticaManager::Installed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user