FrontEnd angepasst

This commit is contained in:
Eduard Wisch 2025-05-19 23:36:01 +02:00
parent 62b88060fc
commit 368fd53edc

View file

@ -64,6 +64,7 @@ class Server:
if data.get("data_path"):
self.obj_path.receive_paths(data.get("data_path"))
await self.send_websocket(self.obj_path.active_path_to_dict())
await self.send_websocket(self.obj_path.queue_path_to_dict())
await self.start_convert()