Revert "Fix PKC resume points set way too high"
This reverts commit e9f7c49587
.
This commit is contained in:
parent
f925791891
commit
7402d076b0
1 changed files with 1 additions and 1 deletions
|
@ -1528,7 +1528,7 @@ class LibrarySync(Thread):
|
||||||
'kodi_id': kodiInfo[0],
|
'kodi_id': kodiInfo[0],
|
||||||
'file_id': kodiInfo[1],
|
'file_id': kodiInfo[1],
|
||||||
'kodi_type': kodiInfo[4],
|
'kodi_type': kodiInfo[4],
|
||||||
'viewOffset': item.get('viewOffset') / 1000,
|
'viewOffset': item.get('viewOffset'),
|
||||||
'state': state,
|
'state': state,
|
||||||
'duration': currSess['duration'],
|
'duration': currSess['duration'],
|
||||||
'viewCount': currSess['viewCount'],
|
'viewCount': currSess['viewCount'],
|
||||||
|
|
Loading…
Reference in a new issue