jellyfin / jellyfin-android

Android Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
1.57k stars 251 forks source link

Fix episode autoplay preference having no effect #1479

Closed lfranke42 closed 2 months ago

lfranke42 commented 2 months ago

Changes The playback setting "Play next episode automatically" is being ignored, next episodes are always played regardless of the setting state.

This PR adds a request to the user endpoint to check if the autoplay setting has been enabled. If internal exoplayer is used, the autoplay preference is now being taken into account when an episode of a series ends.

Issues Fixes:

1470

1420

1384