fix music navs
Deploy HEOS panel / deploy (push) Successful in 25s

This commit is contained in:
2026-09-15 23:19:11 +02:00
parent 7c19ff9096
commit 5b82a24ac4
9 changed files with 299 additions and 72 deletions
+3 -1
View File
@@ -158,7 +158,9 @@ def manifest():
@handle_errors
def api_state():
data = controller.state()
_mark_spotify_accounts(data["rooms"])
# Demo rooms are not on anyone's real Spotify, so they bring their own account.
if not data.get("demo"):
_mark_spotify_accounts(data["rooms"])
return jsonify(data)