From ef680080cfb3569377d9788176822682c93f4a76 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 29 Jan 2025 16:55:34 +0530 Subject: [PATCH] fix end of video --- static/js/item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/item.js b/static/js/item.js index 929b3794..b158be02 100644 --- a/static/js/item.js +++ b/static/js/item.js @@ -39,7 +39,7 @@ pandora.ui.item = function() { } }) if (!Ox.isEmpty(set)) { - pandora.UI.set('videoPoints.' + item, Ox.extend(videoPoints[point], set[point])) + pandora.UI.set('videoPoints.' + item, Ox.extend(videoPoints, set)) } }