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

Removed Player.DisplayAfterSeek boolean condition #15

Open
wants to merge 1 commit into
base: Matrix-withFixes
Choose a base branch
from

Commits on Feb 14, 2023

  1. Removed Player.DisplayAfterSeek boolean condition

     https://forum.kodi.tv/showthread.php?tid=363553&pid=3098753#pid3098753
    2022-05-22 - Removed Player.DisplayAfterSeek boolean condition
    
    The old Player.DisplayAfterSeek boolean condition was a design flaw of Kodi since it was coupling the videoplayer with GUI components. It was removed and replaced by the previously added Player.HasPerformedSeek(interval) boolean condition.
    By default Player.DisplayAfterSeek was valid for 2.5 seconds after a seek. To retain similar behaviour please use Player.HasPerformedSeek(3). Estuary and estouchy were adapted in xbmc/xbmc#21380
    
    PR: xbmc/xbmc#21425
    jojobrogess committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    acdacb5 View commit details
    Browse the repository at this point in the history