mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-10-06 22:32:41 +07: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:
@@ -43,7 +43,7 @@ export class AutoplayHandler {
|
|||||||
this.restoreSound(userInteracted);
|
this.restoreSound(userInteracted);
|
||||||
}
|
}
|
||||||
} catch (mutedError) {
|
} catch (mutedError) {
|
||||||
console.error('❌ Even muted autoplay was blocked:', mutedError.message);
|
// console.error('❌ Even muted autoplay was blocked:', mutedError.message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user