Fix PKC not telling Kodi timing
- Episodes should now correctly be marked as watched
This commit is contained in:
parent
1afa1112ca
commit
c47fc7f25f
1 changed files with 1 additions and 2 deletions
|
@ -1521,8 +1521,7 @@ class LibrarySync(Thread):
|
|||
'kodi_id': kodiInfo[0],
|
||||
'file_id': kodiInfo[1],
|
||||
'kodi_type': kodiInfo[4],
|
||||
'viewOffset': PF.ConvertPlexToKodiTime(
|
||||
item.get('viewOffset')),
|
||||
'viewOffset': item.get('viewOffset'),
|
||||
'state': state,
|
||||
'duration': currSess['duration'],
|
||||
'viewCount': currSess['viewCount'],
|
||||
|
|
Loading…
Reference in a new issue