mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-08-13 09:06:32 +00:00
Remove Rotten Tomatoes
This commit is contained in:
parent
527ae965f0
commit
b692f34d07
20 changed files with 0 additions and 153 deletions
|
@ -61,9 +61,6 @@ class Movies(KodiDb):
|
|||
update = False
|
||||
LOG.info("MovieId %s missing from kodi. repairing the entry.", obj['MovieId'])
|
||||
|
||||
if not settings('syncRottenTomatoes.bool'):
|
||||
obj['CriticRating'] = None
|
||||
|
||||
obj['Path'] = API.get_file_path(obj['Path'])
|
||||
obj['LibraryId'] = library['Id']
|
||||
obj['LibraryName'] = library['Name']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue