Skip to content

Commit 0462fee

Browse files
author
Oleksii Korshenko
authored
MAGETWO-85311: Added namespace to product videos fotorama events #12469 #991
2 parents d865ef1 + fb68148 commit 0462fee

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
@@ -207,7 +207,7 @@ define([
207207
if (options.dataMergeStrategy === 'prepend') {
208208
this.options.videoData = [].concat(
209209
this.options.optionsVideoData[options.selectedOption],
210-
this.options.videoData
210+
this.defaultVideoData
211211
);
212212
} else {
213213
this.options.videoData = this.options.optionsVideoData[options.selectedOption];

0 commit comments

Comments
 (0)