@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.js
CHANGED
@@ -72975,7 +72975,7 @@ var YoutubeMediaElement = /*#__PURE__*/ function(GenericMediaElement) {
|
|
72975
72975
|
throw new InternalError("Invalid YouTube URL");
|
72976
72976
|
}
|
72977
72977
|
var params = {
|
72978
|
-
videoId: this._source.videoId ||
|
72978
|
+
videoId: this._source.videoId || "",
|
72979
72979
|
host: getHost(config2),
|
72980
72980
|
playerVars: {
|
72981
72981
|
enablejsapi: 1,
|