mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 17:29:42 +01:00
* Don't load social actions twice.
This commit is contained in:
parent
6a23954539
commit
b8cc0ddbcd
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user