Skip to content

Commit

Permalink
fix(Ads): Use region.id as id for Alternative MPD interstitial (#7671)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Nov 26, 2024
1 parent 5be0fc4 commit 18ed02c
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 @@ -335,7 +335,7 @@ shaka.ads.InterstitialAdManager = class {

/** @type {!shaka.extern.AdInterstitial} */
const interstitial = {
id: null,
id: region.id,
startTime: region.startTime,
endTime: region.endTime,
uri: alternativeMPDUri,
Expand Down

0 comments on commit 18ed02c

Please sign in to comment.