add missing comment

This commit is contained in:
PNRxA 2021-12-22 12:10:55 +11:00
parent 57d17d8df0
commit 9d7fa0525d

View File

@ -82,6 +82,7 @@ def modify_episode_artwork(plex, rating_key, image=None, blur=None, summary_pref
if not os.path.isfile(episode_artwork):
# Copy the image to the episode artwork
shutil.copy2(image, episode_artwork)
# Mark episode for metadata refresh
episode_modified = True
elif blur: