mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-20 13:28:59 +00:00
Fix DatePlayed in sync
This commit is contained in:
parent
9005ad84be
commit
3ffbc20f4b
5 changed files with 18 additions and 9 deletions
|
@ -278,7 +278,6 @@ class Actions(object):
|
|||
|
||||
if not obj['Played']:
|
||||
obj['DatePlayed'] = None
|
||||
|
||||
elif obj['DatePlayed']:
|
||||
obj['DatePlayed'] = obj['DatePlayed'].split('.')[0].replace('T', " ")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue