refactor: changed all 'loop' into 'repeat', which is the term used in iTunes

This commit is contained in:
Terry Geng
2020-02-26 23:37:53 +08:00
parent 76547886d1
commit a46a1d7073
6 changed files with 9 additions and 9 deletions

View File

@ -268,8 +268,8 @@ def post():
var.botamusique.resume()
if action == "one-shot":
var.playlist.set_mode("one-shot")
if action == "loop":
var.playlist.set_mode("loop")
if action == "repeat":
var.playlist.set_mode("repeat")
elif action == "stop":
var.botamusique.stop()
elif action == "pause":