mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
Ununfnord
This commit is contained in:
@@ -87,7 +87,7 @@ ScriptInfoPlugin::pushInfo( Tomahawk::InfoSystem::InfoPushData pushData )
|
|||||||
arguments[ "type" ] = pushData.type;
|
arguments[ "type" ] = pushData.type;
|
||||||
arguments[ "pushFlags" ] = pushData.pushFlags;
|
arguments[ "pushFlags" ] = pushData.pushFlags;
|
||||||
arguments[ "input" ] = pushData.infoPair.second.toMap();
|
arguments[ "input" ] = pushData.infoPair.second.toMap();
|
||||||
arguments[ "additionalInput" ] = pushData.infoPair.first.toMap();
|
arguments[ "additionalInput" ] = pushData.infoPair.first;
|
||||||
|
|
||||||
m_scriptObject->invoke( "pushInfo", arguments );
|
m_scriptObject->invoke( "pushInfo", arguments );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user