refactor: changed all 'loop' into 'repeat', which is the term used in iTunes
This commit is contained in:
@ -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), "loop" (looping through the playlist),
|
||||
# it should be one of "one-shot" (play the playlist once), "repeat" (looping through the playlist),
|
||||
# or "random" (randomize the playlist).
|
||||
# This option will be overridden by value in the database.
|
||||
#playback_mode = one-shot
|
||||
|
Reference in New Issue
Block a user