mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-09 17:08:58 -05:00
Remove console error for muted autoplay block
Commented out the console.error statement that logged muted autoplay block errors to reduce unnecessary console output.
This commit is contained in:
parent
d29c415d64
commit
ae3b013188
@ -43,7 +43,7 @@ export class AutoplayHandler {
|
||||
this.restoreSound(userInteracted);
|
||||
}
|
||||
} catch (mutedError) {
|
||||
console.error('❌ Even muted autoplay was blocked:', mutedError.message);
|
||||
// console.error('❌ Even muted autoplay was blocked:', mutedError.message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user