Skip to content

Commit

Permalink
Disable lazily loading query's social-actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Apr 10, 2015
1 parent a2a3595 commit 951453f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libtomahawk/playlist/PlayableProxyModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}*/
}
}

Expand Down

0 comments on commit 951453f

Please sign in to comment.