From ffa283f39e92ceb9431414fec890db214f91b9a4 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 25 Jun 2017 18:03:31 +0100 Subject: [PATCH] fix --- openlp/core/ui/media/mediacontroller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/ui/media/mediacontroller.py b/openlp/core/ui/media/mediacontroller.py index f0fb47cc6..b55eb64d1 100644 --- a/openlp/core/ui/media/mediacontroller.py +++ b/openlp/core/ui/media/mediacontroller.py @@ -128,6 +128,7 @@ class MediaController(RegistryMixin, OpenLPMixin, RegistryProperties): Registry().register_function('media_unblank', self.media_unblank) # Signals for background video Registry().register_function('songs_hide', self.media_hide) + Registry().register_function('songs_blank', self.media_blank) Registry().register_function('songs_unblank', self.media_unblank) Registry().register_function('mediaitem_media_rebuild', self._set_active_players) Registry().register_function('mediaitem_suffixes', self._generate_extensions_lists)