Fixed a bug with the restart_stream function

This commit is contained in:
2015-12-28 09:05:09 -06:00
parent e85f54e15c
commit 214b9a8809
2 changed files with 3 additions and 3 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.97"
version = "10.98"
update_url = 'http://twblue.es/updates/snapshots_ngen.json'
author = u"Manuel Cortéz"
authorEmail = "manuel@manuelcortez.net"