Skip to content

Commit

Permalink
improveStartDelay after documentation update default value is now 1 a…
Browse files Browse the repository at this point in the history
…nd 0 does not exist. (#5361)
  • Loading branch information
lowendavid committed Jun 12, 2020
1 parent fc8bee8 commit f326ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/smartadserverBidAdapter.js
Expand Up @@ -88,7 +88,7 @@ export const spec = {
videoProtocol: bid.params.video.protocol,
playerWidth: playerSize[0],
playerHeight: playerSize[1],
adBreak: bid.params.video.startDelay || 0
adBreak: bid.params.video.startDelay || 1
};
} else {
return {};
Expand Down

0 comments on commit f326ad6

Please sign in to comment.