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 disabling subtitles not always working #2984

Conversation

nielsvanvelzen
Copy link
Member

Tested the specific case where the subtitles are on by default and require transcoding. Disabling those will set the index to -1 which was ignored in the PlaybackManager getVideoStreamInfo function so the server would happily reply the video info with default subtitles enabled.

Changes

  • Fix disabling subtitles not always working

Issues

Fixes #2045
Fixes #2631

@nielsvanvelzen nielsvanvelzen added the bug Something isn't working label Aug 19, 2023
@nielsvanvelzen nielsvanvelzen added this to the v0.16.0 milestone Aug 19, 2023
@nielsvanvelzen nielsvanvelzen added backportable Change may be backported to a point release (remove label once cherrypicked) and removed backportable Change may be backported to a point release (remove label once cherrypicked) labels Aug 19, 2023
@nielsvanvelzen nielsvanvelzen merged commit 3b963c9 into jellyfin:master Aug 20, 2023
@nielsvanvelzen nielsvanvelzen deleted the please-turn-the-subtitles-off-when-i-ask-for-it branch August 20, 2023 06:24
@nielsvanvelzen nielsvanvelzen added the backportable Change may be backported to a point release (remove label once cherrypicked) label Aug 20, 2023
@nielsvanvelzen nielsvanvelzen modified the milestones: v0.16.0, v0.15.12 Aug 21, 2023
@nielsvanvelzen nielsvanvelzen removed the backportable Change may be backported to a point release (remove label once cherrypicked) label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to disable subtitles Turning off subtitles while video is playing not working
2 participants