forked from openlp/openlp
fix up
This commit is contained in:
parent
81c9f5f1ca
commit
108ed79e7b
@ -282,7 +282,6 @@ class WebkitPlayer(MediaPlayer):
|
|||||||
self.seek(display, controller.media_info.start_time * 1000)
|
self.seek(display, controller.media_info.start_time * 1000)
|
||||||
# TODO add playing check and get the correct media length
|
# TODO add playing check and get the correct media length
|
||||||
print("Webkit play " + str(length))
|
print("Webkit play " + str(length))
|
||||||
#controller.media_info.length = length
|
|
||||||
self.state = MediaState.Playing
|
self.state = MediaState.Playing
|
||||||
display.web_view.raise_()
|
display.web_view.raise_()
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user