1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 09:19:41 +01:00

Don't tweet on love

This commit is contained in:
Leo Franchi 2012-04-14 14:57:44 -04:00
parent ba064206c4
commit 08a15f0acb

View File

@ -37,7 +37,7 @@ namespace InfoSystem
TwitterInfoPlugin::TwitterInfoPlugin( Tomahawk::Accounts::TwitterAccount* account )
: m_account( account )
{
m_supportedPushTypes << InfoLove;
//m_supportedPushTypes << InfoLove;
}
@ -171,4 +171,4 @@ TwitterInfoPlugin::isValid() const
}
}
}