From 4b6ff739071db9d41037d332e60ddab214775334 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 3 Jun 2024 12:55:35 +0200 Subject: [PATCH] Fixed missing has_audio attribute init --- sbapp/ui/messages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sbapp/ui/messages.py b/sbapp/ui/messages.py index 4decb8e..99e9f20 100644 --- a/sbapp/ui/messages.py +++ b/sbapp/ui/messages.py @@ -411,6 +411,7 @@ class Messages(): md_bg_color=msg_color, ) item.lsource = m["source"] + item.has_audio = False if has_attachment: item.attachments_field = attachments_field