From 4869e5cf80e168268db72eb107afe2df697fc520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Mon, 24 Jun 2024 14:27:05 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eape=E5=92=8Ccue=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaomusic/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xiaomusic/config.py b/xiaomusic/config.py index 31ff190..7026178 100644 --- a/xiaomusic/config.py +++ b/xiaomusic/config.py @@ -52,6 +52,8 @@ SUPPORT_MUSIC_TYPE = [ ".mp3", ".flac", ".wav", + ".ape", + ".cue", ]