adding some debugging

This commit is contained in:
Violet Caulfield
2025-02-09 16:06:12 -06:00
parent 95dc1dc6ae
commit e620a7d705

View File

@@ -65,6 +65,8 @@ export default function PlayerScreen({
progress.position * ProgressMultiplier
)
) : 0;
console.debug(progressState);
}, [
progress
]);