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