1
0
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:
Christian Muehlhaeuser 2012-12-23 11:59:59 +01:00
parent 46874ca20d
commit a60d4dc364

View File

@ -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 )