mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Use displayQuery()'s for cover fetching.
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user