🔧 Hotfix: Episode Playback from Episode List
What's Fixed
- Fixed episodes not playing when clicked from episode list screen
- Episodes now load with media source information required for playback
- Resolves issue introduced with pagination implementation
Technical Details
- Added
ItemFields.MEDIA_SOURCEStoEPISODE_LISTfield set inFieldSets.kt - Episodes clicked from the season view now have the necessary data to navigate to the player
- This restores functionality that was lost when pagination optimizations were introduced
Notes
This is a critical hotfix that restores episode playback functionality. Users experiencing issues clicking episodes from the episode list should update immediately.
Full Changelog: v0.0.3-alpha...v0.0.3-alpha-hotfix