chore(Player): update logs

This commit is contained in:
Timothy Z. 2025-05-20 15:32:02 +03:00
parent 365294946a
commit 38f7e5a0f8

View file

@ -115,7 +115,7 @@ const Player = ({ urlParams, queryParams }) => {
const onEnded = React.useCallback(() => {
// here we need to explicitly check for isNavigating.current
// because the ended event can be calleb multiple times by MPV inside Shell
// the ended event can be called multiple times by MPV inside Shell
if (isNavigating.current) {
return;
}