Merge pull request #396 from assaflerman/master

Added additional new line in the summary edit to fully hide spoilers
This commit is contained in:
blacktwin 2025-11-05 00:30:40 -05:00 committed by GitHub
commit 76a0636a34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,7 +114,7 @@ def modify_episode_artwork(plex, rating_key, image=None, blur=None, summary_pref
if summary_prefix and not episode.summary.startswith(summary_prefix):
# Use a zero-width space (\u200b) for blank lines
episode.editSummary(summary_prefix + '\n\u200b\n' + episode.summary)
episode.editSummary(summary_prefix + '\n\u200b\n\u200b\n' + episode.summary)
# Refresh metadata for the episode
episode.refresh()