1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* Fetch track image when updating detailed info.

This commit is contained in:
Christian Muehlhaeuser 2014-09-26 08:19:26 +02:00
parent 0e3d82a92d
commit 80be96d141

View File

@ -676,7 +676,7 @@ PlayableProxyModel::updateDetailedInfo( const QModelIndex& index )
}
else if ( item->query() )
{
// item->query()->track()->cover( QSize( 0, 0 ) );
item->query()->track()->cover( QSize( 0, 0 ) );
if ( style() == PlayableProxyModel::Large )
{