mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-08 02:15:08 +00:00
Don't store CriticRating in the userrating db field
This commit is contained in:
parent
2a8b06a911
commit
833f72ff5d
3 changed files with 5 additions and 6 deletions
|
@ -419,7 +419,6 @@ class Actions(object):
|
|||
'imdbnumber': obj['UniqueId'],
|
||||
'lastplayed': obj['DatePlayed'],
|
||||
'duration': obj['Runtime'],
|
||||
'userrating': obj['CriticRating']
|
||||
})
|
||||
|
||||
elif obj['Type'] == 'MusicVideo':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue