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 committed Nov 27, 2024
1 parent 17a4cf7 commit 069abbb
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 @@ -328,7 +328,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 069abbb

Please sign in to comment.