Skip to content

Commit fa9b7fe

Browse files
committed
fix(UI): Update play button state on shaka.ads.Utils.AD_PLAYING (#10143)
1 parent 7abab8a commit fa9b7fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/play_button.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ shaka.ui.PlayButton = class extends shaka.ui.Element {
7171
[
7272
shaka.ads.Utils.AD_PAUSED,
7373
shaka.ads.Utils.AD_RESUMED,
74+
shaka.ads.Utils.AD_PLAYING,
7475
shaka.ads.Utils.AD_STARTED,
7576
shaka.ads.Utils.AD_STOPPED,
7677
], () => {

0 commit comments

Comments
 (0)