From de36ff7d2453c405feb333e1d12dbe18a34f4c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 8 May 2024 14:15:10 +0000 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=85=81=E8=AE=B8=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E6=AD=8C=E6=9B=B2=E5=92=8C=E9=9A=8F=E6=9C=BA=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E5=94=A4=E9=86=92?= 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 1af78f12f..019ae7cdf 100644 --- a/xiaomusic/config.py +++ b/xiaomusic/config.py @@ -89,7 +89,7 @@ class Config: "XIAOMUSIC_SEARCH", "ytsearch:" ) # "bilisearch:" or "ytsearch:" ffmpeg_location: str = os.getenv("XIAOMUSIC_FFMPEG_LOCATION", "./ffmpeg/bin") - active_cmd: str = os.getenv("XIAOMUSIC_ACTIVE_CMD", "") + active_cmd: str = os.getenv("XIAOMUSIC_ACTIVE_CMD", "play,random_play") def __post_init__(self) -> None: if self.proxy: