diff --git a/resources/pyinstaller/hook-openlp.core.ui.media.py b/resources/pyinstaller/hook-openlp.core.ui.media.py index 45bc39734..6a200e85c 100644 --- a/resources/pyinstaller/hook-openlp.core.ui.media.py +++ b/resources/pyinstaller/hook-openlp.core.ui.media.py @@ -26,4 +26,5 @@ ############################################################################### hiddenimports = ['openlp.core.ui.media.phononplayer', + 'openlp.core.ui.media.vlcplayer', 'openlp.core.ui.media.webkitplayer']