fix a type in position setting in the stored data for playing items

This commit is contained in:
faush01 2015-03-23 16:24:52 +11:00
parent 9e5385c1c6
commit f067bf573c
2 changed files with 14 additions and 15 deletions

View file

@ -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