openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #17809
Re: [Merge] lp:~mzibricky/openlp/bug-963955 into lp:openlp
> This is an api change and diverges from the correct fixes in the media tree.
> Not sure if this is correct and cannot test this week.
What are you referring to? The following change?
42 - def video(self, controller, file, muted, isBackground, hidden=False):
43 + def video(self, controller, file, muted, isBackground, hidden=False,
44 + isInfo=False, controllersVisible=True):
The isInfo argument is there to prevent starting video playback only to get media length.
controllersVisible is there to hide the controllers in the second, not visible media widget.
--
https://code.launchpad.net/~mzibricky/openlp/bug-963955/+merge/131750
Your team OpenLP Core is subscribed to branch lp:openlp.
References