mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
* Use displayQuery()'s for cover fetching.
This commit is contained in:
parent
46874ca20d
commit
a60d4dc364
@ -611,7 +611,7 @@ PlayableProxyModel::updateDetailedInfo( const QModelIndex& index )
|
||||
|
||||
if ( style() == PlayableProxyModel::Short || style() == PlayableProxyModel::Large )
|
||||
{
|
||||
item->query()->cover( QSize( 0, 0 ) );
|
||||
item->query()->displayQuery()->cover( QSize( 0, 0 ) );
|
||||
}
|
||||
|
||||
if ( style() == PlayableProxyModel::Large )
|
||||
|
Loading…
x
Reference in New Issue
Block a user