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

Kodi Player.Seek now requires an object with percentage argument #412

Merged
merged 1 commit into from
Jul 14, 2020

Conversation

sigmaris
Copy link
Contributor

@sigmaris sigmaris commented Jul 6, 2020

Since xbmc/xbmc@3801ec4 the Player.Seek JSON-RPC command in Kodi 19 no longer interprets a single numeric parameter as the percentage to seek to; it requires an object with a member "percentage".

I made an attempt at fixing this, though I've never worked on CoffeeScript before, so this change should be checked carefully by someone more clue-ful. I have tested that this makes seeking by clicking on the progress bar work, when before it didn't work on Kodi 19 Alpha. I've tested that seeking in the local player also works.

@enen92
Copy link
Member

enen92 commented Jul 14, 2020

Tested and works fine. Thanks

@enen92 enen92 merged commit b28893c into xbmc:master Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants