Skip to content

Commit 4be3959

Browse files
committed
Duck Player Custom Error - Android support
1 parent c8f36cd commit 4be3959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function YouTubeErrorProvider({ initial = null, children }) {
5252
if (YOUTUBE_ERROR_IDS.includes(eventError) || eventError === null) {
5353
if (eventError && eventError !== error) {
5454
setFocusMode('paused');
55-
if (platformName === 'macos' || platformName === 'ios' || platformName === 'windows') {
55+
if (platformName === 'macos' || platformName === 'ios' || platformName === 'android') {
5656
messaging.reportYouTubeError({ error: eventError });
5757
}
5858
} else {

0 commit comments

Comments
 (0)