From e7c8e36856decb353ec3e5bcd18e1a8fe95b9333 Mon Sep 17 00:00:00 2001 From: ice-cronus <105345303+ice-cronus@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:19:25 +0300 Subject: [PATCH] storage audio support --- server/http/nip96.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/http/nip96.json b/server/http/nip96.json index e0ce224..97116d2 100644 --- a/server/http/nip96.json +++ b/server/http/nip96.json @@ -2,7 +2,7 @@ "api_url": "/files", "download_url": "/files", "delegated_to_url": "", - "content_types": ["image/webp", "video/mpeg4", "application/x-brotli"], + "content_types": ["image/webp", "video/mpeg4", "application/x-brotli", "audio/ogg", "audio/opus"], "plans": { "free": { "name": "Free Tier",