Skip to content

Commit

Permalink
fix(Ads): Always set endTime for MPD Alternate (#7583)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Nov 15, 2024
1 parent 102aacc commit cfc4769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ads/interstitial_ad_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ shaka.ads.InterstitialAdManager = class {
const interstitial = {
id: null,
startTime: region.startTime,
endTime: isReplace ? region.endTime : null,
endTime: region.endTime,
uri: alternativeMPDUri,
isSkippable: false,
skipOffset: null,
Expand Down

0 comments on commit cfc4769

Please sign in to comment.