mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Typo
This commit is contained in:
parent
dc3dbb202a
commit
8fbe680b5e
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||||
|
|
Loading…
Reference in a new issue