mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Support posting to all TwitterInfoPlugins.
This commit is contained in:
@@ -138,7 +138,8 @@ TwitterInfoPlugin::pushInfo( Tomahawk::InfoSystem::InfoPushData pushData )
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !map[ "accountlist" ].toStringList().contains( m_account->accountId() ) )
|
const QStringList accountList = map[ "accountlist" ].toStringList();
|
||||||
|
if ( !accountList.contains( "all" ) && !accountList.contains( m_account->accountId() ) )
|
||||||
{
|
{
|
||||||
tLog( LOGVERBOSE ) << Q_FUNC_INFO << "Our account not in the list, not tweeting out";
|
tLog( LOGVERBOSE ) << Q_FUNC_INFO << "Our account not in the list, not tweeting out";
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user