Skip to content

Commit

Permalink
Update audio.js
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois authored Dec 17, 2024
1 parent 22e395c commit d92b851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-session/audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async function showPictureInPictureWindow() {
await video.requestPictureInPicture();
}

/* Enter Picture-in-Picture automatically (supported since Chrome 132) */
/* Enter Picture-in-Picture automatically (supported since Chrome 133) */

try {
navigator.mediaSession.setActionHandler('enterpictureinpicture', function() {
Expand Down

0 comments on commit d92b851

Please sign in to comment.