mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
- timeshift_proxy(): drop the resolve_channel_by_provider_stream_id fallback. The client only ever sends Dispatcharr's internal Channel.id, so resolve by id and return 404 on miss. Remove the dead `channel = None` sentinel and the now-unused import. - Delete the now-orphaned resolve_channel_by_provider_stream_id helper and its local Stream import from apps/channels/utils.py (zero remaining refs). - Import django.core.cache.cache at module top-level instead of inside _get_cached_format_index / _set_cached_format_index. - Fix the stale dispatcharr/urls.py comment: the "duration" slot carries Channel.id, not the provider stream_id. - Genericize provider host references in code comments. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin.py | ||
| app_initialization.py | ||
| asgi.py | ||
| celery.py | ||
| consumers.py | ||
| gevent_patch.py | ||
| jwt_ws_auth.py | ||
| persistent_lock.py | ||
| routing.py | ||
| settings.py | ||
| urls.py | ||
| utils.py | ||
| wsgi.py | ||