Ignore position-only RelayTV SSE updates

This commit is contained in:
2026-04-03 22:29:25 -05:00
parent f867f7d789
commit b0d4ce4e51
-1
View File
@@ -77,7 +77,6 @@ def _material_state_view(data: dict[str, Any] | None) -> tuple[Any, ...] | None:
bool(data.get("paused")),
int(data.get("queue_length") or 0),
bool(has_now_playing),
_rounded_int(data.get("position")),
_rounded_int(data.get("duration")),
_rounded_int(data.get("volume")),
None if data.get("mute") is None else bool(data.get("mute")),