🐛 Bug Fixes
- Fixed Channels DVR XMLTV lineup discovery — lineups were never populated in the dropdown because CDVR returns
{source_id: lineup_id}(a dict) rather than the list format we expected. The parser silently returned empty with no error. All lineup formats are now handled correctly.
Full Changelog: v2.5.4...v2.5.5