fix copy-paste

This commit is contained in:
azlux
2020-02-26 18:15:59 +01:00
committed by GitHub
parent a03f82d90a
commit d00fc9306c

View File

@ -288,7 +288,7 @@ def post():
if action == "repeat":
var.playlist.set_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":
var.botamusique.stop()
elif action == "pause":