Dispatcharr/apps/timeshift/tests
SergeantPanda 0aed30253b refactor(stats): simplify channel logo handling in stats data
This update refactors the logic for building timeshift statistics by removing unnecessary `select_related` calls and the `logo_url` field from the connections. The changes streamline the data retrieval process and ensure that only the `logo_id` is exposed in the session data. Corresponding tests have been updated to reflect these modifications.
2026-07-17 23:21:44 +00:00
..
__init__.py feat: built-in XC catch-up (timeshift) support 2026-05-27 13:13:20 +02:00
test_helpers.py fix(timestamps): enhance timestamp parsing to support mixed separators 2026-07-17 22:53:21 +00:00
test_sessions.py feat(timeshift): add position reporting for catch-up sessions 2026-07-16 22:06:27 +00:00
test_stats.py refactor(stats): simplify channel logo handling in stats data 2026-07-17 23:21:44 +00:00
test_views.py feat(timeshift): enhance catch-up session handling with optional duration support 2026-07-16 21:26:06 +00:00