Skip to content

Commit

Permalink
ws: Fix scene post and test-ws-lookAt.ncl
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlivio committed Jun 26, 2021
1 parent 91f615e commit 79af67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/WebServices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ WebServices::machMediaThenSetPlayerRemote (PlayerRemoteData &data)
WS_DEFAULT_APPID, // appId
WS_DEFAULT_DOCID, // documentID
m->getId ().c_str (), // sceneNode
m->getProperty ("type").c_str (), // type
m->getProperty ("uri").c_str (), // type
WS_DEFAULT_JSON_NOTIFY_EVTS // notifyEvents
);
soup_message_set_request (msg, "application/json",
Expand Down
2 changes: 1 addition & 1 deletion tests-ncl/test-ws-lookat.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<port id="entry1" component="m1"/>
<port id="entry2" component="m2"/>
<port id="entry3" component="m3"/>
<media id="m1" descriptor="desc1">
<media id="m1" type="application/x-ginga-ncl360" descriptor="desc1">
<property name="background" value="blue"/>
</media>
<media id="m2" descriptor="desc2">
Expand Down

0 comments on commit 79af67c

Please sign in to comment.