fix end of video

This commit is contained in:
j 2025-01-29 16:55:34 +05:30
commit ef680080cf

View file

@ -39,7 +39,7 @@ pandora.ui.item = function() {
} }
}) })
if (!Ox.isEmpty(set)) { if (!Ox.isEmpty(set)) {
pandora.UI.set('videoPoints.' + item, Ox.extend(videoPoints[point], set[point])) pandora.UI.set('videoPoints.' + item, Ox.extend(videoPoints, set))
} }
} }