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

Merge pull request from YozoraXCII/fixmasslabels

remove reference of `mass_episode_imdb_parental_labels`
This commit is contained in:
meisnate12 2023-12-01 12:04:39 -05:00 committed by GitHub
commit 0d7fd6ca14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]):