@capillarytech/creatives-library 7.7.10 → 7.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -256,7 +256,7 @@ class Creatives extends React.Component {
|
|
|
256
256
|
data.video = {
|
|
257
257
|
previewImageUrl: imageLink,
|
|
258
258
|
videoId,
|
|
259
|
-
|
|
259
|
+
originalContentUrl: videoUrl,
|
|
260
260
|
videoName,
|
|
261
261
|
};
|
|
262
262
|
delete data.imageLink;
|
|
@@ -463,7 +463,7 @@ class Creatives extends React.Component {
|
|
|
463
463
|
case VIDEO:
|
|
464
464
|
data.imageLink = video.previewImageUrl;
|
|
465
465
|
data.videoId = video.videoId;
|
|
466
|
-
data.videoUrl = video.
|
|
466
|
+
data.videoUrl = video.originalContentUrl;
|
|
467
467
|
data.videoName = video.videoName;
|
|
468
468
|
delete data.video;
|
|
469
469
|
break;
|