Fix media previews ti work and not display the extra screens

This commit is contained in:
Tim Bentley 2009-11-09 16:37:37 +00:00
parent 9eb88a4300
commit b6332e7ff5
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ class MainDisplay(DisplayWidget):
self.display.hide()
self.video.setFullScreen(True)
self.mediaObject.play()
if self.primary and not live:
if self.primary and live:
self.setVisible(True)
def onMediaPaws(self):