From be1a643071e485ee25425a59d49ee25123674d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sun, 16 Jun 2024 06:14:33 +0000 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E7=9B=AE=E5=BD=95=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaomusic/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xiaomusic/config.py b/xiaomusic/config.py index a0bcd0b..44014a0 100644 --- a/xiaomusic/config.py +++ b/xiaomusic/config.py @@ -95,7 +95,7 @@ class Config: ) # "bilisearch:" or "ytsearch:" ffmpeg_location: str = os.getenv("XIAOMUSIC_FFMPEG_LOCATION", "./ffmpeg/bin") active_cmd: str = os.getenv("XIAOMUSIC_ACTIVE_CMD", "play,random_play") - exclude_dirs: str = os.getenv("XIAOMUSIC_EXCLUDE_DIRS", "@eadir") + exclude_dirs: str = os.getenv("XIAOMUSIC_EXCLUDE_DIRS", "@eaDir") def __post_init__(self) -> None: if self.proxy: