Closed qarkai closed 6 years ago
Engine never change self.live if stats not updated. They updated only if launcher started in tty. When I start launcher as acestream protocol handler from browser there is no tty. Change this to while not self.is_live: fixes issue.
while not self.is_live:
Thank you for the report.
Engine never change self.live if stats not updated. They updated only if launcher started in tty. When I start launcher as acestream protocol handler from browser there is no tty. Change this to
while not self.is_live:
fixes issue.