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

Address issue loading all subtitles #2987

Conversation

cj12312021
Copy link
Collaborator

@cj12312021 cj12312021 commented Oct 9, 2022

This pull request fixes the issue preventing all subtitles from getting loaded. For whatever reason, when I was debugging yesterday, my breakpoint in (sceneRoutes).CaptionLang() was only getting hit once. Today when debugging, I was actually getting into CaptionLang for each language which led me to discover that during the refactor a return statement was mistakingly used within the for loop in (sceneRoutes).Caption() preventing us from reading subtitles past the first index.

@WithoutPants WithoutPants added this to the Version 0.17.0 milestone Oct 9, 2022
@WithoutPants WithoutPants added the bug Something isn't working label Oct 9, 2022
@WithoutPants WithoutPants merged commit 351dcb7 into stashapp:develop Oct 9, 2022
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.

2 participants