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

Sync progress after seeking, Always create context-menus and Update all dependencies #29

Merged
merged 3 commits into from
Feb 8, 2023

Commits on Feb 8, 2023

  1. Sync progress after seeking

    Sadly Kodi doesn't send a `sync`-event on `seek`,
    so we have to sync manually. We have to use an
    approximation on how long the seeking takes, because
    there is no way we can get the info from Kodi.
    jaylinski committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    91f44d6 View commit details
    Browse the repository at this point in the history
  2. Always create context-menus

    Context menus will vanish if they are only created
    `onInstalled` and the extension gets deactivated
    and reactivated.
    jaylinski committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    914ec78 View commit details
    Browse the repository at this point in the history
  3. Update all dependencies

    Also improved JSDoc documentation in plugins.
    jaylinski committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    da9a0f6 View commit details
    Browse the repository at this point in the history