You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't do this because only one info dialog can be open at a time, so the script must close it to open the next info dialog.
The python Kodi interface only allows access to the info dialog objects that the script spawns (ie the ones it "owns"). It can't access the ones created by Kodi or another script. So there's no way to store the first dialog in memory to reopen on backtracking like with the others you open after.
Skin section
Widgets
Current Behavior
When i select a movie, and go to recommendation and click on info, when i click back up button it goes back to widget.
Expected Behavior
Just to go back once, so i can carry on scrolling recommended movies.
Steps To Reproduce
As shown in video
Screenshots and Additional Info
firetv_2024-10-10_18_59_46.mp4
Checklist
The text was updated successfully, but these errors were encountered: