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

Fixed play button in DialogMovieInfo #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Angelinas1
Copy link

@Angelinas1 Angelinas1 commented Jul 27, 2017

@@ -209,13 +209,13 @@ def rating_button(self, control_id):

@ch.click(ID_BUTTON_PLAY_RESUME)
def play_noresume_button(self, control_id):
self.exit_script()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't another solution for this be simply adding "control_id";
self.exit_script(control_id)

xbmc.executebuiltin("Dialog.Close(movieinformation)")
kodijson.play_media("movie", self.info["dbid"], True)

@ch.click(ID_BUTTON_PLAY_NORESUME)
def play_resume_button(self, control_id):
self.exit_script()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't another solution for this be simply adding "control_id";
self.exit_script(control_id)

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