mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-17 01:42:19 +00:00
The previous implementation assumed all voices had the same number of seasons and used index-based access, which caused issues when voices had different season counts. The new implementation: - Extracts season numbers from season titles using regex - Creates a unified list of all available season numbers across all voices - Handles cases where voices have no seasons or missing season data - Selects appropriate season numbers when specific seasons are requested - Maintains backward compatibility with existing URL parameters This fixes issues with season selection when different voice tracks have varying season counts or when some voices lack season information entirely.