-
Notifications
You must be signed in to change notification settings - Fork 20
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
Returning from "Go to program" fails, ends up in Videos #435
Comments
This was reported upstream at: xbmc/xbmc#16492 |
We implemented a work-around using |
I am going to close this, as I have no hope this will be fixed in Kodi. |
Thanks to @enen92 there is a fix for this in Kodi: xbmc/xbmc#17893 |
The merged PR is for Matrix, I proposed it now for Leia as well. |
Never stop hoping! :) |
This has now been merged into the Leia branch ! |
@mediaminister I cannot remember, is there a need to go back to using Related issues:
|
No, there is no real need to go back to using In the past, there were timing issues updating resume points while Kodi Player was closing. But I implemented FYI, you can find detailed information about the built-in functions at https://codedocs.xyz/AlwinEsch/kodi/page__list_of_built_in_functions.html |
Describe the bug
When going back after selecting "Go to program" from the context menu, Kodi doesn't go back to the recent/offline listing but ends up in Kodi's Videos window.
This appears to be a bug in Kodi rather than an add-on issue.
We use the
ActivateWindow(window,dir,return)
call which should bring you back to the originating listing when you go back.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Kodi should go back to the originating Recent items or Soon offline listing.
Additional context
The text was updated successfully, but these errors were encountered: