jonian / acestream-launcher

AceStream Launcher opens AceStream links with any Media Player
GNU General Public License v3.0
152 stars 20 forks source link

Doesn't start player if runs not in console #29

Closed qarkai closed 6 years ago

qarkai commented 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.

jonian commented 6 years ago

Thank you for the report.