mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-22 16:59:58 +01:00
Gah our startup is so breaky.
This commit is contained in:
parent
e615362672
commit
3b84824f11
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user