Added option to disable streaming from global settings. Closes #219

This commit is contained in:
2018-06-15 08:45:10 -05:00
parent a2cb4ba889
commit ab2667529f
6 changed files with 19 additions and 2 deletions

View File

@@ -1403,8 +1403,9 @@ class Controller(object):
continue
if change_title:
pub.sendMessage("buffer-title-changed", buffer=i)
log.debug("Starting the streaming endpoint")
session.start_streaming()
if application.streaming_lives():
log.debug("Starting the streaming endpoint")
session.start_streaming()
def set_positions(self):
for i in session_.sessions: