feat: add 'clear_when_stop_in_oneshot' option in config for azlux
This commit is contained in:
@ -33,8 +33,10 @@ port = 64738
|
||||
# or "random" (randomize the playlist), "autoplay" (randomly grab something from the music library).
|
||||
# This option will be overridden by value in the database.
|
||||
# 'autoplay_length': how many songs the autoplay mode fills the playlist
|
||||
# 'clear_when_stop_in_oneshot': clear the playlist when stop the bot in one-shot mode.
|
||||
#playback_mode = one-shot
|
||||
#autoplay_length = 5
|
||||
#clear_when_stop_in_oneshot = False
|
||||
|
||||
# target version, stable or testing (testing need to bot installed with git)
|
||||
# stable will use simple bash with curl command to get releases, testing will follow github master branch with git commands
|
||||
|
Reference in New Issue
Block a user