This website requires JavaScript.
Explore
Help
Sign in
Mirrors
/
Dispatcharr
Watch
1
Star
0
Fork
You've already forked Dispatcharr
1
mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced
2026-01-23 10:45:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
2fc2486c34
Dispatcharr
/
apps
/
output
History
Download ZIP
Download TAR.GZ
SergeantPanda
620d65d1de
Bug Fix: Fixed XtreamCodes API crash when channels have NULL channel_group: The
player_api.php
endpoint (
xc_get_live_streams
) now gracefully handles channels without an assigned channel_group by dynamically looking up and assigning them to "Default Group" instead of crashing with AttributeError. Additionally, the Channel serializer now auto-assigns new channels to "Default Group" when
channel_group_id
is omitted during creation, preventing future NULL channel_group issues.
2026-01-18 15:52:50 -06:00
..
__init__.py
Pre Alpha 2
2025-02-19 16:55:23 -06:00
apps.py
Pre Alpha 2
2025-02-19 16:55:23 -06:00
tests.py
apps: output: change body detection logic and add tests
2025-06-08 17:29:20 +02:00
urls.py
Add XC endpoints for VOD.
2025-08-08 09:03:25 -05:00
views.py
Bug Fix: Fixed XtreamCodes API crash when channels have NULL channel_group: The
player_api.php
endpoint (
xc_get_live_streams
) now gracefully handles channels without an assigned channel_group by dynamically looking up and assigning them to "Default Group" instead of crashing with AttributeError. Additionally, the Channel serializer now auto-assigns new channels to "Default Group" when
channel_group_id
is omitted during creation, preventing future NULL channel_group issues.
2026-01-18 15:52:50 -06:00