parent
523a2eaf61
commit
e9f7c49587
1 changed files with 1 additions and 1 deletions
|
@ -1526,7 +1526,7 @@ class LibrarySync(Thread):
|
|||
'kodi_id': kodiInfo[0],
|
||||
'file_id': kodiInfo[1],
|
||||
'kodi_type': kodiInfo[4],
|
||||
'viewOffset': item.get('viewOffset'),
|
||||
'viewOffset': item.get('viewOffset') / 1000,
|
||||
'state': state,
|
||||
'duration': currSess['duration'],
|
||||
'viewCount': currSess['viewCount'],
|
||||
|
|
Loading…
Reference in a new issue