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. (prebid#5361)
  • Loading branch information
lowendavid authored and iggyfisk committed Jun 22, 2020
1 parent 89d1b37 commit 41b1009
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 41b1009

Please sign in to comment.