Files
player/.claude/settings.local.json
T
hibna 52ca1ef6c2 Add live broadcast detection and UI indicator
Introduces isLiveBroadcast to VideoState and PlayerContext to detect live streams (duration is Infinity or 0). Updates ControlsLayer to show a 'LIVE' badge and hide progress/time for live broadcasts. Adjusts VideoElement to set and update isLiveBroadcast on metadata and duration changes. Adds related CSS for the live indicator and improves ESLint config for unused vars.
2025-11-04 06:52:24 +03:00

22 lines
454 B
JSON

{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(cat:*)",
"Bash(npm run build:*)",
"Bash(python check_srt.py:*)",
"Bash(python fix_srt.py:*)",
"Bash(python:*)",
"Bash(pnpm run build:lib:*)",
"Bash(npm run build:lib:*)",
"Bash(npm publish)",
"Bash(git push:*)",
"Bash(npm test:*)",
"Bash(npm install:*)",
"Bash(pnpm lint:*)"
],
"deny": [],
"ask": []
}
}