|
|
|
@ -1092,9 +1092,9 @@ class Plex(Library):
|
|
|
|
|
if "Overlay" not in current_labels:
|
|
|
|
|
if poster or background:
|
|
|
|
|
self.upload_images(item, poster=poster, background=background)
|
|
|
|
|
elif self.show_missing_assets and self.asset_folders:
|
|
|
|
|
logger.warning(f"Asset Warning: No poster or background found in the assets folder '{item_dir}'")
|
|
|
|
|
elif self.show_missing_assets:
|
|
|
|
|
logger.warning(f"Asset Warning: No poster or background found in the assets folder '{item_dir}'")
|
|
|
|
|
else:
|
|
|
|
|
logger.warning(f"Asset Warning: {name} has an Overlay and will be updated when overlays are run")
|
|
|
|
|
except Failed as e:
|
|
|
|
|
if self.show_missing_assets:
|
|
|
|
|