[62] fix asset message

pull/1234/head
meisnate12 2 years ago
parent c9a0438fd1
commit fe37320395

@ -1 +1 @@
1.18.0-develop61
1.18.0-develop62

@ -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:

Loading…
Cancel
Save