mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
eae843312ca0ff0b2890bd42d0a7274459b1391a
- Implement `getNextEpisodes` in `JellyfinApiClient` to fetch a list of upcoming episodes for a given series. - In `PlayerViewModel`, automatically load the next few episodes into the media queue when a new item starts playing. - Attach `MediaMetadata` (e.g., title) to `MediaItem` objects to ensure the correct title is displayed for queued items. - Trigger loading of the next episodes in the `onMediaItemTransition` player callback. - Refactor video playback and queueing methods (`playVideo`, `addVideoUri`) to accept and utilize `MediaMetadata`.
Description
Languages
Kotlin
100%