This commit is contained in:
angelblue05 2015-06-27 23:44:39 -05:00
parent dc3dbb202a
commit 8fbe680b5e
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class Service():
try: try:
player.reportPlayback() player.reportPlayback()
except Exception as msg: except Exception as msg:
self.logMsg("Exception reporting progress: %s" % msg)- self.logMsg("Exception reporting progress: %s" % msg)
lastProgressUpdate = datetime.today() lastProgressUpdate = datetime.today()
elif WINDOW.getProperty('commandUpdate') == "true": elif WINDOW.getProperty('commandUpdate') == "true":