mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
When selecting an EPG channel in the channel form, if that EPG entry's programs had never been parsed, the preview showed "No current program". This was because parse_programs_for_tvg_id requires a linked channel. - Add force parameter to parse_programs_for_tvg_id to bypass channel check - Auto-trigger parsing from current-programs API when no programs exist - Check Redis task lock to prevent duplicate parse tasks from concurrent requests - Frontend retries up to 3 times with 10s delay to pick up parsed results - Skip parsing for dummy EPG sources |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| prettier.config.js | ||
| README.md | ||
| vite.config.js | ||
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Expanding the ESLint configuration
If you are developing a production application, we recommend using TypeScript and enable type-aware lint rules. Check out the TS template to integrate TypeScript and typescript-eslint in your project.