Skip to content

Commit 1663b53

Browse files
author
olysenko
committed
MAGETWO-93792: Issues with Multi website YouTube Videos
1 parent e8b47c4 commit 1663b53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/ProductVideo/Model/Plugin/Catalog/Product/Gallery/CreateHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public function afterExecute(
6161
if (!empty($mediaCollection)) {
6262
$newVideoCollection = $this->collectNewVideos($mediaCollection);
6363
$this->saveVideoData($newVideoCollection, 0);
64-
$this->saveAdditionalStoreData($newVideoCollection);
6564

6665
$videoDataCollection = $this->collectVideoData($mediaCollection);
6766
$this->saveVideoData($videoDataCollection, $product->getStoreId());

0 commit comments

Comments
 (0)