Skip to content

Commit b4d089b

Browse files
Added namespace to product videos fotorama events
1 parent 892063c commit b4d089b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ProductVideo/view/frontend/web/js/fotorama-add-video-events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ define([
205205
if (options.dataMergeStrategy === 'prepend') {
206206
this.options.videoData = [].concat(
207207
this.options.optionsVideoData[options.selectedOption],
208-
this.options.videoData
208+
this.defaultVideoData
209209
);
210210
} else {
211211
this.options.videoData = this.options.optionsVideoData[options.selectedOption];

0 commit comments

Comments
 (0)