mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-11 19:37:18 +00:00
Compare commits
3 Commits
376bc45266
...
084ebeb905
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
084ebeb905 | ||
|
|
76a0636a34 | ||
|
|
82dd5c94bb |
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user