mirror of
https://github.com/yattee/yattee.git
synced 2025-11-13 13:48:48 +00:00
Extract and provide all available audio tracks (ORIGINAL, DUBBED, etc.) from Piped API instead of only using the first ORIGINAL track. This allows users to select between different audio languages and track types. Changes: - Extract all M4A audio tracks grouped by type and language - Keep highest bitrate stream for each unique track combination - Sort tracks with ORIGINAL first, then others alphabetically - Pass audio tracks array to Stream for player selection 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>