1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 05:37:29 +02:00

Ununfnord

This commit is contained in:
Dominik Schmidt
2015-01-06 14:46:05 +01:00
parent 8d4a6c814e
commit 5de7afd461

View File

@@ -87,7 +87,7 @@ ScriptInfoPlugin::pushInfo( Tomahawk::InfoSystem::InfoPushData pushData )
arguments[ "type" ] = pushData.type;
arguments[ "pushFlags" ] = pushData.pushFlags;
arguments[ "input" ] = pushData.infoPair.second.toMap();
arguments[ "additionalInput" ] = pushData.infoPair.first.toMap();
arguments[ "additionalInput" ] = pushData.infoPair.first;
m_scriptObject->invoke( "pushInfo", arguments );
}