e7a623a0d1
fix: use Get From List instead of direct list indexing
...
Direct ${ids}[0] syntax unreliable. Use Get From List ${ids} 0 instead.
2026-06-27 14:18:28 +02:00
1f3eddf554
fix tests: update JSON paths and add WebSocket keyword library
...
- download.robot: fix total to total_items in queue statistics test
- websocket.robot: add websocket_keywords.py library and use proper keyword
- tasks.md: remove completed task entries
2026-06-26 19:52:19 +02:00
d00e80e240
simplify queue ops, handle broken pipe errors
...
- Add OSError errno 32 (broken pipe) handling in progress broadcast
- Remove progress service calls from add/clear queue operations
- Add pending_by_episode cleanup on clear
- Update tests accordingly
2026-06-26 19:50:13 +02:00
881da35dfd
fix test: use pending_count instead of pending in queue status assertions
...
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-26 18:02:12 +02:00
be3e180137
backup
2026-06-21 12:32:44 +02:00