From 951453fac74f1735661cfef2ecebb7676be23571 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 10 Apr 2015 08:06:34 +0200 Subject: [PATCH] Disable lazily loading query's social-actions. --- src/libtomahawk/playlist/PlayableProxyModel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libtomahawk/playlist/PlayableProxyModel.cpp b/src/libtomahawk/playlist/PlayableProxyModel.cpp index 4a6f75d13..867b3bd07 100644 --- a/src/libtomahawk/playlist/PlayableProxyModel.cpp +++ b/src/libtomahawk/playlist/PlayableProxyModel.cpp @@ -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(); - } + }*/ } }