Fix AVR playing state
Deploy HEOS panel / deploy (push) Successful in 25s

This commit is contained in:
2026-09-16 20:39:53 +02:00
parent 532b48ad37
commit 51dff45b54
4 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class DemoController:
# Standing in for a Zidoo plugged into this input, so the
# AVR card's now-playing block has something to show here too.
"now_playing": {"song": "Big Buck Bunny", "artist": "2008", "image": None,
"position_ms": 241000, "duration_ms": 596000}
"play_state": "play", "position_ms": 241000, "duration_ms": 596000}
if self.avr.current_input()["code"] == self.cfg.ZIDOO_INPUT_CODE else None,
},
"heos_ok": True,