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],
|
'kodi_id': kodiInfo[0],
|
||||||
'file_id': kodiInfo[1],
|
'file_id': kodiInfo[1],
|
||||||
'kodi_type': kodiInfo[4],
|
'kodi_type': kodiInfo[4],
|
||||||
'viewOffset': PF.ConvertPlexToKodiTime(
|
'viewOffset': item.get('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