Dispatcharr/apps/vod
SergeantPanda 5c5b866bcf fix(vod): prevent group selection loss on empty category fetch
Implemented logic to abort the VOD refresh process when the provider returns no categories, preserving existing group selections. This change prevents unintended deletions of category relations and ensures that accounts retain their current settings during transient provider outages or API issues. Updated logging to reflect the abort condition for better traceability.
2026-07-09 21:26:36 +00:00
..
migrations Bug Fix: Remove stale episode relations when series relations are deleted as well as remove episodes not seen in current series scan. 2026-02-24 18:32:48 -06:00
tests fix(vod): prevent group selection loss on empty category fetch 2026-07-09 21:26:36 +00:00
__init__.py Initial backend commit for vod 2025-08-02 10:42:36 -05:00
admin.py Bug Fix: Remove stale episode relations when series relations are deleted as well as remove episodes not seen in current series scan. 2026-02-24 18:32:48 -06:00
api_urls.py Separate VOD and channel logos into distinct tables with dedicated management UI 2025-11-07 13:19:18 -06:00
api_views.py fix(vod): validate relation_id and handle loading state in VODModal 2026-05-29 19:23:13 -05:00
apps.py Initial backend commit for vod 2025-08-02 10:42:36 -05:00
models.py fix(xc): normalize server URLs for live playback and stream URLs (Fixes #1363) 2026-06-18 10:12:12 -05:00
serializers.py Separate VOD and channel logos into distinct tables with dedicated management UI 2025-11-07 13:19:18 -06:00
tasks.py fix(vod): prevent group selection loss on empty category fetch 2026-07-09 21:26:36 +00:00
urls.py Fix VOD page not displaying correct order while changing pages. 2025-09-14 19:27:11 -05:00