mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Gah our startup is so breaky.
This commit is contained in:
@@ -178,6 +178,8 @@ TomahawkApp::init()
|
||||
|
||||
registerMetaTypes();
|
||||
|
||||
new TomahawkSettings( this );
|
||||
|
||||
#ifdef LIBLASTFM_FOUND
|
||||
qDebug() << "Setting NAM.";
|
||||
TomahawkUtils::setNam( lastfm::nam() );
|
||||
@@ -203,7 +205,6 @@ TomahawkApp::init()
|
||||
|
||||
Echonest::Config::instance()->setAPIKey( "JRIHWEP6GPOER2QQ6" );
|
||||
|
||||
new TomahawkSettings( this );
|
||||
m_audioEngine = new AudioEngine;
|
||||
m_scanManager = new ScanManager( this );
|
||||
new Pipeline( this );
|
||||
|
Reference in New Issue
Block a user