Revert "Fix PKC resume points set way too high"

This reverts commit e9f7c49587.
This commit is contained in:
tomkat83 2016-06-05 17:57:30 +02:00
parent f925791891
commit 7402d076b0

View file

@ -1528,7 +1528,7 @@ class LibrarySync(Thread):
'kodi_id': kodiInfo[0],
'file_id': kodiInfo[1],
'kodi_type': kodiInfo[4],
'viewOffset': item.get('viewOffset') / 1000,
'viewOffset': item.get('viewOffset'),
'state': state,
'duration': currSess['duration'],
'viewCount': currSess['viewCount'],