Dispatcharr/core
SergeantPanda cfe58db222
Some checks are pending
CI Pipeline / prepare (push) Waiting to run
CI Pipeline / docker (amd64, ubuntu-24.04) (push) Blocked by required conditions
CI Pipeline / docker (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
CI Pipeline / create-manifest (push) Blocked by required conditions
Build and Push Multi-Arch Docker Image / build-and-push (push) Waiting to run
fix(xc): normalize server URLs for live playback and stream URLs (Fixes #1363)
- Implemented `normalize_server_url()` to standardize account server URLs, ensuring that on-demand live URLs are built correctly without including API endpoints or query parameters.
- Updated `get_transformed_credentials()` and stream URL generation in `M3UMovieRelation` and `M3UEpisodeRelation` to utilize the new normalization function, improving URL handling for Xtream Codes accounts.
2026-06-18 10:12:12 -05:00
..
fixtures
management/commands
migrations
__init__.py
admin.py
api_urls.py
api_views.py fix(environment): harden IP lookup, add WebSocket push, improve sidebar UX 2026-05-31 17:56:52 -05:00
apps.py
command_utils.py
developer_notifications.py
models.py
redis_pubsub.py
scheduling.py
serializers.py
signals.py
tasks.py refactor(http headers): centralize User-Agent construction and streamline API requests 2026-06-11 09:45:35 -05:00
tests.py refactor(http headers): centralize User-Agent construction and streamline API requests 2026-06-11 09:45:35 -05:00
urls.py
utils.py fix(proxy): enhance connection management and event handling during streaming operations 2026-06-15 17:14:48 -05:00
views.py
xtream_codes.py fix(xc): normalize server URLs for live playback and stream URLs (Fixes #1363) 2026-06-18 10:12:12 -05:00