fix copy-paste
This commit is contained in:
parent
a03f82d90a
commit
d00fc9306c
@ -288,7 +288,7 @@ def post():
|
|||||||
if action == "repeat":
|
if action == "repeat":
|
||||||
var.playlist.set_mode("repeat")
|
var.playlist.set_mode("repeat")
|
||||||
var.db.set('playlist', 'playback_mode', "repeat")
|
var.db.set('playlist', 'playback_mode', "repeat")
|
||||||
logging.info("web: playback mode changed to one-shot.")
|
logging.info("web: playback mode changed to repeat.")
|
||||||
elif action == "stop":
|
elif action == "stop":
|
||||||
var.botamusique.stop()
|
var.botamusique.stop()
|
||||||
elif action == "pause":
|
elif action == "pause":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user