@brndts/brndts-ads 1.13.14 → 1.13.15
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -73049,7 +73049,7 @@ var YoutubeMediaElement = /*#__PURE__*/ function(GenericMediaElement) {
|
|
73049
73049
|
throw new InternalError("Invalid YouTube URL");
|
73050
73050
|
}
|
73051
73051
|
var params = {
|
73052
|
-
videoId: this._source.videoId ||
|
73052
|
+
videoId: this._source.videoId || "",
|
73053
73053
|
host: getHost(config2),
|
73054
73054
|
playerVars: {
|
73055
73055
|
enablejsapi: 1,
|