mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-06 00:06:13 +00:00
fix a type in position setting in the stored data for playing items
This commit is contained in:
parent
9e5385c1c6
commit
f067bf573c
2 changed files with 14 additions and 15 deletions
|
@ -61,7 +61,7 @@ class Service():
|
|||
currentFile = xbmc.Player().getPlayingFile()
|
||||
|
||||
if(player.played_information.get(currentFile) != None):
|
||||
player.played_information[currentFile]["currentPossition"] = playTime
|
||||
player.played_information[currentFile]["currentPosition"] = playTime
|
||||
|
||||
# send update
|
||||
td = datetime.today() - lastProgressUpdate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue