Dispatcharr/apps/epg
SergeantPanda b928de7d50 fix(epg): resolve EPG channel list refresh issue after parsing completion
- 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.
2026-06-07 09:56:25 -05:00
..
migrations fix: Fix migrations 2026-06-04 15:20:14 -05:00
tests fix(epg): resolve EPG channel list refresh issue after parsing completion 2026-06-07 09:56:25 -05:00
__init__.py
admin.py
api_urls.py
api_views.py fix: enhance API request headers and improve cast handling in schedule fetching 2026-06-04 21:30:05 -05:00
apps.py Revert unintended whitespace changes in apps.py and Channel.jsx 2026-05-31 17:13:11 +02:00
models.py Merge branch 'dev' into feature/schedules-direct-epg 2026-06-03 23:38:54 -04:00
query_utils.py
serializers.py fix(epg): repair SD poster display and backfill missing artwork 2026-06-04 22:00:15 -05:00
signals.py
tasks.py fix(epg): resolve EPG channel list refresh issue after parsing completion 2026-06-07 09:56:25 -05:00
urls.py
utils.py
views.py