From a155cdf791112da3324519cb9c128ffc876fb31b Mon Sep 17 00:00:00 2001 From: 0d0 <0d0acre@esiliati.org> Date: Tue, 25 Feb 2025 13:34:48 +0100 Subject: [PATCH] Update supported formats --- src/lib/common/supportedFormats.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/common/supportedFormats.json b/src/lib/common/supportedFormats.json index 80187b0..103cca1 100644 --- a/src/lib/common/supportedFormats.json +++ b/src/lib/common/supportedFormats.json @@ -1,6 +1,6 @@ { "mp3": "audio/mpeg", - "mp4": "video/mp4", "opus": "audio/ogg", - "wav": "audio/wav" + "wav": "audio/wav", + "mp4": "video/mp4" } \ No newline at end of file