1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-15 18:44:30 +02:00

Disable lazily loading query's social-actions.

This commit is contained in:
Christian Muehlhaeuser
2015-04-10 08:06:34 +02:00
parent a2a3595880
commit 951453fac7

View File

@@ -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();
} }*/
} }
} }