mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +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 )
|
if ( style() == PlayableProxyModel::Short || style() == PlayableProxyModel::Large )
|
||||||
{
|
{
|
||||||
item->query()->cover( QSize( 0, 0 ) );
|
item->query()->displayQuery()->cover( QSize( 0, 0 ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( style() == PlayableProxyModel::Large )
|
if ( style() == PlayableProxyModel::Large )
|
||||||
|
Reference in New Issue
Block a user