From 4436cc3a15e7e95383c627ec66cb0fe476baa282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Fri, 28 Jun 2024 14:46:46 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eogg=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaomusic/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xiaomusic/const.py b/xiaomusic/const.py index b902f07..9f4af8a 100644 --- a/xiaomusic/const.py +++ b/xiaomusic/const.py @@ -3,6 +3,7 @@ SUPPORT_MUSIC_TYPE = [ ".flac", ".wav", ".ape", + ".ogg", ] LATEST_ASK_API = "https://userprofile.mina.mi.com/device_profile/v2/conversation?source=dialogu&hardware={hardware}×tamp={timestamp}&limit=2"