mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-05 15:56:14 +00:00
Quick follow up, Version bump 0.1.84
This commit is contained in:
parent
d7d27463ba
commit
fba461083d
2 changed files with 7 additions and 1 deletions
|
@ -117,6 +117,12 @@ class Service():
|
|||
self.logMsg("Exception reporting progress: %s" % msg)
|
||||
pass
|
||||
lastProgressUpdate = datetime.today()
|
||||
elif WINDOW.getProperty('commandUpdate') == "true":
|
||||
try:
|
||||
WINDOW.clearProperty('commandUpdate')
|
||||
player.reportPlayback()
|
||||
except: pass
|
||||
lastProgressUpdate = datetime.today()
|
||||
# only try autoplay when there's 20 seconds or less remaining and only once!
|
||||
addonSettings = xbmcaddon.Addon(id='plugin.video.emby')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue