diff --git a/docs/generated/comments.json b/docs/generated/comments.json index 0d255e6f..79bdfdac 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -3973,7 +3973,7 @@ "return": [ "{String} `scene` Name of the scene where the new item was created", "{Object} `item` New item info", - "{int} `̀item.id` New item ID", + "{int} `item.id` New item ID", "{String} `item.name` New item name" ], "api": "requests", @@ -3993,7 +3993,7 @@ }, { "type": "int", - "name": "̀item.id", + "name": "item.id", "description": "New item ID" }, { diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 8561c1ce..351e7d8c 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -1686,7 +1686,7 @@ Duplicates a scene item. | ---- | :---: | ------------| | `scene` | _String_ | Name of the scene where the new item was created | | `item` | _Object_ | New item info | -| `̀item.id` | _int_ | New item ID | +| `item.id` | _int_ | New item ID | | `item.name` | _String_ | New item name | diff --git a/src/WSRequestHandler_SceneItems.cpp b/src/WSRequestHandler_SceneItems.cpp index b6fe77ed..1a906277 100644 --- a/src/WSRequestHandler_SceneItems.cpp +++ b/src/WSRequestHandler_SceneItems.cpp @@ -536,7 +536,7 @@ static void DuplicateSceneItem(void *_data, obs_scene_t *scene) { * * @return {String} `scene` Name of the scene where the new item was created * @return {Object} `item` New item info - * @return {int} `̀item.id` New item ID + * @return {int} `item.id` New item ID * @return {String} `item.name` New item name * * @api requests