From 8c0fb722f5e9563870a9bc7e05191462e7464786 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 11 May 2018 06:52:06 +0200 Subject: [PATCH] video fix --- src/r3-ar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r3-ar.js b/src/r3-ar.js index fea5dc2..9b2f60f 100644 --- a/src/r3-ar.js +++ b/src/r3-ar.js @@ -317,7 +317,7 @@ R3.AR.prototype.toApiObject = function() { this.id, this.name, R3.Utils.IdOrNull(this.parentEntity), - this.video.toApiObject(), + R3.Utils.IdOrNull(this.video), this.pathCamera, this.pathMarker, R3.Utils.IdOrNull(this.scene),