New snapshot

This commit is contained in:
Manuel Cortez 2015-08-18 08:04:58 -05:00
parent 4344a0df0c
commit 77d51aa51a
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ if snapshot == False:
version = "0.80"
update_url = 'http://twblue.es/updates/twblue_ngen.json'
else:
version = "10.2"
version = "10.4"
update_url = 'http://twblue.es/updates/snapshots_ngen.json'
author = u"Manuel Cortéz, Bill Dengler"
authorEmail = "manuel@manuelcortez.net"

View File

@ -1207,7 +1207,7 @@ class Controller(object):
log.debug(" Restarting %s session streams. It will be destroyed" % (session,))
s = session_.sessions[session]
for i in self.buffers:
if i.invisible == True and i.session.session_id == s.session_id:
if i.invisible == True and i.session.session_id == s.session_id and i.type != "people":
i.start_stream()
s.listen_stream_error()