release: v0.9.6.1

This commit is contained in:
2026-05-02 21:27:19 +02:00
parent 50419fb487
commit 0292785fd8
6 changed files with 19 additions and 3 deletions

View File

@@ -200,6 +200,8 @@ class KobraXBridge:
if kobra_state in ("stoped", "canceled"):
self._state["progress"] = 0.0
self._state["filename"] = ""
self._state["file_ready"] = ""
self._thumbnail_b64 = ""
self._state["filename"] = d.get("filename", self._state["filename"])
if "progress" in d:
self._state["progress"] = float(d["progress"]) / 100.0