fix: remove unused isPlaying state variable in VideoPlayer #38

Merged
tanyar09 merged 1 commits from fix/video-player-typescript-error into dev 2026-02-11 12:28:31 -05:00
Collaborator
  • Remove unused isPlaying state that was causing TypeScript error TS6133
  • Component only needs showPlayButton to control play button overlay visibility
  • Fixes build error: 'isPlaying' is declared but its value is never read
- Remove unused isPlaying state that was causing TypeScript error TS6133 - Component only needs showPlayButton to control play button overlay visibility - Fixes build error: 'isPlaying' is declared but its value is never read
tanyar09 added 1 commit 2026-02-11 12:28:26 -05:00
fix: remove unused isPlaying state variable in VideoPlayer
All checks were successful
CI / skip-ci-check (pull_request) Successful in 17s
CI / lint-and-type-check (pull_request) Successful in 1m1s
CI / python-lint (pull_request) Successful in 41s
CI / test-backend (pull_request) Successful in 2m45s
CI / build (pull_request) Successful in 3m31s
CI / secret-scanning (pull_request) Successful in 25s
CI / dependency-scan (pull_request) Successful in 21s
CI / sast-scan (pull_request) Successful in 1m38s
CI / workflow-summary (pull_request) Successful in 16s
fae8afaf84
- Remove unused isPlaying state that was causing TypeScript error TS6133
- Component only needs showPlayButton to control play button overlay visibility
- Fixes build error: 'isPlaying' is declared but its value is never read
tanyar09 merged commit 5d5e828980 into dev 2026-02-11 12:28:31 -05:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ilia/punimtag#38
No description provided.