mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
- Introduced an optional `duration` parameter for catch-up sessions, allowing clients to specify the programme length in minutes. This value is preferred over EPG-derived durations and includes a buffer for provider lag. - Updated the API views and serializers to accept and process the new `duration` field. - Enhanced the catch-up proxy implementation to utilize the client-supplied duration, improving playback accuracy. - Added tests to validate the new duration handling and ensure proper integration with existing functionality. |
||
|---|---|---|
| .. | ||
| db | ||
| __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 | ||
| settings_test.py | ||
| test_discovery.py | ||
| test_runner.py | ||
| urls.py | ||
| utils.py | ||
| wsgi.py | ||