Skip to content

Commit

Permalink
默认允许播放歌曲和随机播放唤醒
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed May 8, 2024
1 parent 4b5d5b3 commit de36ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xiaomusic/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit de36ff7

Please sign in to comment.