Skip to content

Commit 069abbb

Browse files
committed
fix(Ads): Use region.id as id for Alternative MPD interstitial (#7671)
1 parent 17a4cf7 commit 069abbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ads/interstitial_ad_manager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ shaka.ads.InterstitialAdManager = class {
328328

329329
/** @type {!shaka.extern.AdInterstitial} */
330330
const interstitial = {
331-
id: null,
331+
id: region.id,
332332
startTime: region.startTime,
333333
endTime: region.endTime,
334334
uri: alternativeMPDUri,

0 commit comments

Comments
 (0)