From 741ccf7f59e3c004be4d24754cffbdf70907fa9d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 7 Mar 2021 12:17:06 +0000 Subject: [PATCH] Tidying --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index d010d8d23..33959a7cc 100644 --- a/posts.py +++ b/posts.py @@ -3055,7 +3055,7 @@ def _addPostStringToTimeline(postStr: str, boxname: str, return False elif boxname == 'tlmedia': if '"Create"' in postStr: - if ('mediaType' not in postStr or \ + if ('mediaType' not in postStr or ('image/' not in postStr and 'video/' not in postStr and 'audio/' not in postStr)):