Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix episode autoplay preference having no effect #1479

Merged

Conversation

lfranke42
Copy link
Contributor

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

@jellyfin-bot jellyfin-bot added this to the v2.7.0 milestone Sep 5, 2024
Copy link
Member

@Maxr1998 Maxr1998 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Ideally, the user config would be handled more centrally, but that's a topic for later. For now, loading it in the player is preferable.

@Maxr1998 Maxr1998 added bug Something isn't working exoplayer Related to the ExoPlayer integration labels Sep 14, 2024
@Maxr1998 Maxr1998 merged commit 8eb5026 into jellyfin:master Sep 14, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working exoplayer Related to the ExoPlayer integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants