We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a3595 commit 951453fCopy full SHA for 951453f
1 file changed
src/libtomahawk/playlist/PlayableProxyModel.cpp
@@ -699,10 +699,10 @@ PlayableProxyModel::updateDetailedInfo( const QModelIndex& index )
699
{
700
item->query()->track()->cover( QSize( 0, 0 ) );
701
702
- if ( style() == PlayableProxyModel::Fancy )
+/* if ( style() == PlayableProxyModel::Fancy )
703
704
item->query()->track()->loadSocialActions();
705
- }
+ }*/
706
}
707
708
0 commit comments