mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Fetch track image when updating detailed info.
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user