diff --git a/openlp/core/ui/media/vlcplayer.py b/openlp/core/ui/media/vlcplayer.py index 2d98fb599..58980a4f5 100644 --- a/openlp/core/ui/media/vlcplayer.py +++ b/openlp/core/ui/media/vlcplayer.py @@ -44,7 +44,7 @@ VLC_AVAILABLE = False try: import vlc VLC_AVAILABLE = bool(vlc.get_default_instance()) -except (ImportError, NameError): +except (ImportError, NameError, NotImplementedError): pass except OSError, e: if sys.platform.startswith('win'):