diff --git a/openlp/core/lib/projector/pjlink1.py b/openlp/core/lib/projector/pjlink1.py index f5866dd8e..d049173d9 100644 --- a/openlp/core/lib/projector/pjlink1.py +++ b/openlp/core/lib/projector/pjlink1.py @@ -191,6 +191,8 @@ class PJLink1(QTcpSocket): for i in ['POWR', 'ERST', 'LAMP', 'AVMT', 'INPT']: self.send_command(i) self.waitForReadyRead() + if self.source_available is None: + self.send_command('INST') def _get_status(self, status): """