diff --git a/openlp/core/ui/media/mediacontroller.py b/openlp/core/ui/media/mediacontroller.py index 19f6ad0c5..6cbe7af67 100644 --- a/openlp/core/ui/media/mediacontroller.py +++ b/openlp/core/ui/media/mediacontroller.py @@ -314,6 +314,8 @@ class MediaController(object): # update player status self._set_active_players() display.hasAudio = True + if display.isLive and preview: + return if preview: display.hasAudio = False for player in self.mediaPlayers.values():