[41] fix #1923 fix omdb mass rating update

pull/1934/head
meisnate12 2 months ago
parent 1abb389c9d
commit 9c06105b79

@ -1 +1 @@
1.20.0-develop40
1.20.0-develop41

@ -358,6 +358,8 @@ class Operations:
found_rating = tmdb_obj().vote_average # noqa
elif option == "imdb":
found_rating = self.config.IMDb.get_rating(imdb_id)
elif attribute == "omdb":
found_rating = omdb_obj().imdb_rating # noqa
elif option == "trakt_user":
_ratings = trakt_ratings()
_id = tmdb_id if self.library.is_movie else tvdb_id

Loading…
Cancel
Save