mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-25 02:09:48 +01:00
THR-40: Set last.fm resolver icon so last.fm results have icon
This commit is contained in:
parent
cc6b87c882
commit
e5f207f0f5
@ -287,6 +287,7 @@ LastFmAccount::hookupResolver()
|
||||
const AtticaManager::Resolver data = AtticaManager::instance()->resolverData( res.id() );
|
||||
|
||||
m_resolver = QPointer< ExternalResolverGui >( qobject_cast< ExternalResolverGui* >( Pipeline::instance()->addScriptResolver( data.scriptPath ) ) );
|
||||
m_resolver.data()->setIcon( icon() );
|
||||
connect( m_resolver.data(), SIGNAL( changed() ), this, SLOT( resolverChanged() ) );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user