mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-05-20 11:15:46 +08:00
默认不延迟下一首歌曲时间
This commit is contained in:
@@ -173,7 +173,7 @@ class Config:
|
|||||||
os.getenv("XIAOMUSIC_REMOVE_ID3TAG", "false").lower() == "true"
|
os.getenv("XIAOMUSIC_REMOVE_ID3TAG", "false").lower() == "true"
|
||||||
)
|
)
|
||||||
convert_to_mp3: bool = os.getenv("CONVERT_TO_MP3", "false").lower() == "true"
|
convert_to_mp3: bool = os.getenv("CONVERT_TO_MP3", "false").lower() == "true"
|
||||||
delay_sec: int = int(os.getenv("XIAOMUSIC_DELAY_SEC", 3)) # 下一首歌延迟播放秒数
|
delay_sec: int = int(os.getenv("XIAOMUSIC_DELAY_SEC", 0)) # 下一首歌延迟播放秒数
|
||||||
continue_play: bool = (
|
continue_play: bool = (
|
||||||
os.getenv("XIAOMUSIC_CONTINUE_PLAY", "false").lower() == "true"
|
os.getenv("XIAOMUSIC_CONTINUE_PLAY", "false").lower() == "true"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user