This commit is contained in:
deneb 2025-02-25 19:52:48 +01:00
parent 77cc3d29a0
commit 0bdb5e3f4e

2
app.py
View file

@ -61,7 +61,7 @@ def sizeof_fmt(num, suffix="B"):
@app.route("/", methods=["GET"])
def route_interface():
return render_template("player.html", playing=playback)
return render_template("player.html", playing=is_playing())
@app.route("/", methods=["POST"])