Fix PKC not telling Kodi timing

- Episodes should now correctly be marked as watched
This commit is contained in:
tomkat83 2016-05-16 21:07:17 +02:00
parent 1afa1112ca
commit c47fc7f25f

View file

@ -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'],