mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 02:54:33 +02:00
Disable lazily loading query's social-actions.
This commit is contained in:
@@ -699,10 +699,10 @@ PlayableProxyModel::updateDetailedInfo( const QModelIndex& index )
|
|||||||
{
|
{
|
||||||
item->query()->track()->cover( QSize( 0, 0 ) );
|
item->query()->track()->cover( QSize( 0, 0 ) );
|
||||||
|
|
||||||
if ( style() == PlayableProxyModel::Fancy )
|
/* if ( style() == PlayableProxyModel::Fancy )
|
||||||
{
|
{
|
||||||
item->query()->track()->loadSocialActions();
|
item->query()->track()->loadSocialActions();
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user