Skip to content

Commit 951453f

Browse files
committed
Disable lazily loading query's social-actions.
1 parent a2a3595 commit 951453f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libtomahawk/playlist/PlayableProxyModel.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,10 +699,10 @@ PlayableProxyModel::updateDetailedInfo( const QModelIndex& index )
699699
{
700700
item->query()->track()->cover( QSize( 0, 0 ) );
701701

702-
if ( style() == PlayableProxyModel::Fancy )
702+
/* if ( style() == PlayableProxyModel::Fancy )
703703
{
704704
item->query()->track()->loadSocialActions();
705-
}
705+
}*/
706706
}
707707
}
708708

0 commit comments

Comments
 (0)