Compare commits

..

2 Commits

Author SHA1 Message Date
Nicholas G Cotton, CIPT
c4ad6887e8
Merge 255c2ebb21 into 9177c8b007 2025-05-14 08:57:48 -04:00
Nicholas Cotton
255c2ebb21 Add support for removing the hideTitle and reverting to the original title @line 84. 2025-05-14 08:56:56 -04:00

View File

@ -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: