Skip to content

Commit 5cdefd4

Browse files
committed
iOS feature toggle
1 parent 9b70116 commit 5cdefd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

special-pages/pages/duckplayer/app/providers/YouTubeErrorProvider.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function YouTubeErrorProvider({ initial = null, children }) {
4747
if (YOUTUBE_ERROR_IDS.includes(eventError) || eventError === null) {
4848
if (eventError && eventError !== error) {
4949
setFocusMode('paused');
50-
if (platformName === 'macos') {
50+
if (platformName === 'macos' || platformName === 'ios') {
5151
// TODO: Better feature flagging?
5252
messaging.reportYouTubeError({ error: eventError });
5353
}

0 commit comments

Comments
 (0)