mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 17:14:00 +02:00
Use real bakery again
This commit is contained in:
@@ -109,8 +109,8 @@ AtticaManager::AtticaManager( QObject* parent )
|
|||||||
connect( &m_manager, SIGNAL( providerAdded( Attica::Provider ) ), this, SLOT( providerAdded( Attica::Provider ) ) );
|
connect( &m_manager, SIGNAL( providerAdded( Attica::Provider ) ), this, SLOT( providerAdded( Attica::Provider ) ) );
|
||||||
|
|
||||||
// resolvers
|
// resolvers
|
||||||
// m_manager.addProviderFile( QUrl( "http://bakery.tomahawk-player.org/resolvers/providers.xml" ) );
|
m_manager.addProviderFile( QUrl( "http://bakery.tomahawk-player.org/resolvers/providers.xml" ) );
|
||||||
m_manager.addProviderFile( QUrl( "http://localhost/resolvers/providers.xml" ) );
|
// m_manager.addProviderFile( QUrl( "http://lycophron/resolvers/providers.xml" ) );
|
||||||
|
|
||||||
qRegisterMetaType< Attica::Content >( "Attica::Content" );
|
qRegisterMetaType< Attica::Content >( "Attica::Content" );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user