Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
9f5633de by wurstsalat at 2023-05-23T23:45:16+02:00
imprv: Audio preview: Support more mime types

- - - - -


1 changed file:

- gajim/common/const.py


Changes:

=====================================
gajim/common/const.py
=====================================
@@ -1022,14 +1022,21 @@ def is_active(self):
     'audio/aac',
     'audio/ac3',
     'audio/flac',
+    'audio/mp3',
     'audio/mp4',
     'audio/mpeg',
     'audio/ogg',
     'audio/opus',
+    'audio/vnd.wave',
     'audio/wav',
+    'audio/wave',
+    'audio/x-aac',
     'audio/x-flac',
     'audio/x-m4a',
     'audio/x-matroska',
+    'audio/x-mp3',
+    'audio/x-mpeg',
+    'audio/x-ogg',
     'audio/x-wav',
     # font/*
     'font/ttf',



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/9f5633de21299a3e767b237840389e09e7a0857a

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/9f5633de21299a3e767b237840389e09e7a0857a
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to