From eb1c06b37ef4db7916c07148b723ebdafed16a21 Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:57:46 +0000 Subject: [PATCH] remove reference of `mass_episode_imdb_parental_labels` --- modules/operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/operations.py b/modules/operations.py index 435d4326..6936d233 100644 --- a/modules/operations.py +++ b/modules/operations.py @@ -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]):