diff --git a/src/libtomahawk/Query.cpp b/src/libtomahawk/Query.cpp index ed3816598..456137c49 100644 --- a/src/libtomahawk/Query.cpp +++ b/src/libtomahawk/Query.cpp @@ -601,6 +601,9 @@ Query::playbackCount( const source_ptr& source ) void Query::loadSocialActions() { + if ( m_socialActionsLoaded ) + return; + m_socialActionsLoaded = true; query_ptr q = m_ownRef.toStrongRef();