feat: remove item once played in one-shot mode. make it as close to the old version as possible, #79

This commit is contained in:
Terry Geng
2020-02-27 00:59:09 +08:00
parent 45f6923534
commit a03f82d90a
3 changed files with 8 additions and 4 deletions

View File

@ -29,7 +29,7 @@ port = 64738
#volume = 0.1
# 'playback_mode' defined the playback mode of the bot.
# it should be one of "one-shot" (play the playlist once), "repeat" (looping through the playlist),
# it should be one of "one-shot" (remove item once played), "repeat" (looping through the playlist),
# or "random" (randomize the playlist).
# This option will be overridden by value in the database.
#playback_mode = one-shot