diff --git a/src/accounts/twitter/twitterinfoplugin.cpp b/src/accounts/twitter/twitterinfoplugin.cpp index 1de65a9ef..9d84ed01a 100644 --- a/src/accounts/twitter/twitterinfoplugin.cpp +++ b/src/accounts/twitter/twitterinfoplugin.cpp @@ -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 } -} \ No newline at end of file +}