Remove Rotten Tomatoes

This commit is contained in:
TrueTechy 2019-11-05 21:00:30 +00:00
commit b692f34d07
20 changed files with 0 additions and 153 deletions

View file

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