From d1847918c28f5210e1e490e6085727ba770e43e4 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 11 Sep 2023 18:22:57 +0300 Subject: Fix bug in ScraperSourcePlugin --- plugins/ScraperSourcePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ScraperSourcePlugin.py b/plugins/ScraperSourcePlugin.py index cd7ed3c..ac1b74c 100644 --- a/plugins/ScraperSourcePlugin.py +++ b/plugins/ScraperSourcePlugin.py @@ -164,7 +164,7 @@ class Plugin(PluginInterface): image_html = f'

' if description and self.show_image_in_description: description = image_html + description - else: + elif description is None: description = image_html media_content = ItemMediaContent( -- cgit v1.3