mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Unfnord
This commit is contained in:
@@ -86,8 +86,8 @@ ScriptInfoPlugin::pushInfo( Tomahawk::InfoSystem::InfoPushData pushData )
|
||||
QVariantMap arguments;
|
||||
arguments[ "type" ] = pushData.type;
|
||||
arguments[ "pushFlags" ] = pushData.pushFlags;
|
||||
arguments[ "input" ] = serializeQVariantMap ( pushData.infoPair.second.toMap() );
|
||||
arguments[ "additionalInput" ] = serializeQVariantMap( pushData.infoPair.first );
|
||||
arguments[ "input" ] = pushData.infoPair.second.toMap();
|
||||
arguments[ "additionalInput" ] = pushData.infoPair.first.toMap();
|
||||
|
||||
m_scriptObject->invoke( "pushInfo", arguments );
|
||||
}
|
||||
|
Reference in New Issue
Block a user