1
0
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:
Jeff Mitchell
2011-05-03 13:49:10 -04:00
parent e615362672
commit 3b84824f11

View File

@@ -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 );