Make progress bar cursor draggable
Deploy HEOS panel / deploy (push) Successful in 26s

This commit is contained in:
2026-09-16 23:19:08 +02:00
parent 51dff45b54
commit ec684b7803
12 changed files with 319 additions and 29 deletions
+7
View File
@@ -418,6 +418,13 @@ class Controller:
return None
return self.zidoo.now_playing()
def zidoo_seek(self, position_ms: int):
"""Jump the Zidoo's film -- the AVR card's now-playing -- to
position_ms."""
if not self.zidoo:
raise TargetError("No Zidoo is configured to seek in")
self.zidoo.seek(position_ms)
# -- one snapshot for the UI ------------------------------------------
def state(self) -> dict:
snapshot = {