Skip to content

[BUG]:On Android, the video freezes on the first frame during the initial playback, but the audio plays without any issues. However, if you pause and then play the video again, it works fine. #182

[BUG]:On Android, the video freezes on the first frame during the initial playback, but the audio plays without any issues. However, if you pause and then play the video again, it works fine.

[BUG]:On Android, the video freezes on the first frame during the initial playback, but the audio plays without any issues. However, if you pause and then play the video again, it works fine. #182

name: Issue Validator and Labeler
on:
issues:
types: [opened, edited]
jobs:
validate-and-label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate Issue Template and Add Labels
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const script = require('./.github/scripts/validate.js')
await script({github, context})