mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
- Addressed a bug where the EPG channel list did not refresh after a source finished parsing channels due to the `epg_refresh` WebSocket handler using a stale snapshot. The handler now correctly reads the current store state and ensures `fetchEPGData()` is called upon completion of channel parsing. - Updated tests to verify that the frontend receives the correct parsing completion signals. |
||
|---|---|---|
| .. | ||
| assets | ||
| components | ||
| config | ||
| helpers | ||
| hooks | ||
| images | ||
| pages | ||
| store | ||
| test | ||
| utils | ||
| api.js | ||
| App.css | ||
| App.jsx | ||
| constants.js | ||
| index.css | ||
| logo.svg | ||
| main.jsx | ||
| mantineTheme.jsx | ||
| utils.js | ||
| WebSocket.jsx | ||