mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33:59 +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 ) );
|
||||
|
||||
if ( style() == PlayableProxyModel::Fancy )
|
||||
/* if ( style() == PlayableProxyModel::Fancy )
|
||||
{
|
||||
item->query()->track()->loadSocialActions();
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user