mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
remove reference of mass_episode_imdb_parental_labels
This commit is contained in:
parent
1c3a02b75e
commit
eb1c06b37e
1 changed files with 1 additions and 1 deletions
|
@ -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]):
|
||||
|
|
Loading…
Reference in a new issue