From 255c2ebb2160598ebe5021105a579e0757f3a9a5 Mon Sep 17 00:00:00 2001 From: Nicholas Cotton Date: Wed, 14 May 2025 08:56:56 -0400 Subject: [PATCH] Add support for removing the hideTitle and reverting to the original title @line 84. --- utility/hide_episode_spoilers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utility/hide_episode_spoilers.py b/utility/hide_episode_spoilers.py index 91ffd60..254b6d4 100644 --- a/utility/hide_episode_spoilers.py +++ b/utility/hide_episode_spoilers.py @@ -79,8 +79,9 @@ def modify_episode_artwork(plex, rating_key, image=None, blur=None, summary_pref # Delete the episode artwork image file os.remove(os.path.join(episode_folder, filename)) - # Unlock the summary so it will get updated on refresh + # Unlock the summary & title so they will get updated on refresh episode.editSummary(episode.summary, locked=False) + episode.editTitle(episode.title, locked=False) continue if image: