diff --git a/plexpy/notification_handler.py b/plexpy/notification_handler.py index e981b17b..f93591db 100644 --- a/plexpy/notification_handler.py +++ b/plexpy/notification_handler.py @@ -1453,6 +1453,7 @@ def strip_tag(data, agent_id=None): 'u': [], 'ins': [], 's': [], 'strike': [], 'del': [], 'span': ['class'], 'tg-spoiler': [], + 'blockquote': ['expandable'], 'a': ['href'], 'code': ['class'], 'pre': []}