From 1329175cbb03819527067370b72a8543b404ae88 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 7 Mar 2021 12:01:33 +0000 Subject: [PATCH] Video style --- webapp_utils.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/webapp_utils.py b/webapp_utils.py index 626fb6389..64d1182cf 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -969,7 +969,10 @@ def getPostAttachmentsAsHtml(postJsonObject: {}, boxName: str, translate: {}, galleryStr += '\n' attachmentStr += \ - '
' attachmentCtr += 1 elif _isAudioMimeType(mediaType): extension = '.mp3'