Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 200ms delay before showing multiview cell edit UI for YT players with allowLiveDvr enabled #787

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Oct 2, 2024

  1. Use 200ms delay for any YT pause on multiview, not just past videos

    Some livestreams have rewind enabled, and clicking on the seek bar on those currently causes the entire seek bar to shift around in the layout (messing with the seek position) due to the multiview button/border popping in as soon as the video is paused. This adds the same delay to lives as VODs such that clicking on the seekbar on live-rewind-enabled YT livestreams seeks to the correct position (dragging is still an unsupported case, for both VODs and lives).
    FlaminSarge authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c00c7bd View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Tighten the rules around which a delay is used for the play/pause sta…

    …te check, requiring either not-isLive, or allowLiveDvr
    FlaminSarge committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0848cff View commit details
    Browse the repository at this point in the history