From c10813218382c1d139082bd27ac573879abec9f5 Mon Sep 17 00:00:00 2001 From: Jonathan Springer Date: Sun, 27 Aug 2017 11:33:11 -0400 Subject: [PATCH] Remove extra space --- openlp/core/ui/media/mediacontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/media/mediacontroller.py b/openlp/core/ui/media/mediacontroller.py index 2e56263c3..b778c68dd 100644 --- a/openlp/core/ui/media/mediacontroller.py +++ b/openlp/core/ui/media/mediacontroller.py @@ -435,7 +435,7 @@ class MediaController(RegistryMixin, OpenLPMixin, RegistryProperties): log.debug('video mediatype: ' + str(controller.media_info.media_type)) # dont care about actual theme, set a black background if controller.is_live and not controller.media_info.is_background: - display.frame.evaluateJavaScript('show_video( "setBackBoard", null, null,"visible");') + display.frame.evaluateJavaScript('show_video("setBackBoard", null, null,"visible");') # now start playing - Preview is autoplay! autoplay = False # Preview requested