2
0
Fork 0
mirror of https://github.com/meisnate12/Plex-Meta-Manager synced 2025-02-24 11:27:20 +00:00

remove reference of mass_episode_imdb_parental_labels

This commit is contained in:
YozoraXCII 2023-12-01 16:57:46 +00:00
parent 1c3a02b75e
commit eb1c06b37e

View file

@ -568,7 +568,7 @@ class Operations:
episode_ops = [
self.library.mass_episode_audience_rating_update, self.library.mass_episode_critic_rating_update,
self.library.mass_episode_user_rating_update, self.library.mass_episode_imdb_parental_labels
self.library.mass_episode_user_rating_update
]
if any([x is not None for x in episode_ops]):