From d4b6c067ef1db9a7bfe92e11a36439502856e8d7 Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Wed, 8 Oct 2014 15:36:23 -0700 Subject: [PATCH] Fix issue with source select being None --- openlp/core/lib/projector/pjlink1.py | 2 ++ 1 file changed, 2 insertions(+) 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): """