Commit 6158cc5f authored by Rafaël Carré's avatar Rafaël Carré

These days, the Quit method of mpris is made on the root object

parent 2759cb40
......@@ -153,7 +153,7 @@ def Stop(widget):
update(0)
def Quit(widget):
player.Quit(reply_handler=(lambda *args: None), error_handler=(lambda *args: None))
root.Quit(reply_handler=(lambda *args: None), error_handler=(lambda *args: None))
l_title.set_text("")
def Pause(widget):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment