🐛(summary) support webm

Mutagen lib doesn't support webm files.
Since we have ffmpeg installed I just switch to
using ffprobe for a broader support.
This commit is contained in:
Florent Chehab
2026-04-21 17:48:59 +02:00
parent 5a81e2b92c
commit 28acbb5459
3 changed files with 23 additions and 4 deletions
+4
View File
@@ -12,6 +12,10 @@ and this project adheres to
- ✨(backend) add metadata collection of VAD, connection and chat events
### Fixed
- 🐛(summary) support webm #1290
## [1.14.0] - 2026-04-16
### Added