merge-requests/30/head
Bob Mottram 2021-03-07 12:17:06 +00:00
parent 4b91f50ddc
commit 741ccf7f59
1 changed files with 1 additions and 1 deletions

View File

@ -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)):