mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-11 19:37:18 +00:00
Compare commits
2 Commits
2e3c35f70c
...
c4ad6887e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4ad6887e8 | ||
|
|
255c2ebb21 |
@ -79,8 +79,9 @@ def modify_episode_artwork(plex, rating_key, image=None, blur=None, summary_pref
|
|||||||
# Delete the episode artwork image file
|
# Delete the episode artwork image file
|
||||||
os.remove(os.path.join(episode_folder, filename))
|
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.editSummary(episode.summary, locked=False)
|
||||||
|
episode.editTitle(episode.title, locked=False)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if image:
|
if image:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user