-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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(AU-2128): Let 'en' be selected as transcript by default when youtube video #35116
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Rodra , could you add some comments here to explain the logic, I'm finding it hard to parse through.
Sure, this new condition when selecting the default transcript is the one that does the trick https://github.com/openedx/edx-platform/pull/35116/files#diff-a7e3c5a7f8c78b1241f3617e180bc1976ac83b45e804055e4a677eed0bca87e4R872. Since at this point of the code https://github.com/openedx/edx-platform/pull/35116/files#diff-a7e3c5a7f8c78b1241f3617e180bc1976ac83b45e804055e4a677eed0bca87e4L867 But I noticed that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
2U Release Notice: This PR has been rolled back from the edX production environment. |
1 similar comment
2U Release Notice: This PR has been rolled back from the edX production environment. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
AU-2128
Description
Let english transcript be selected by default in video player despite transcript not available in
transcripts["transcripts"]
but available intranscripts["sub"]
.Current Behavior
https://www.loom.com/share/a4e31efd83d8418f9577f3e43c9a5721?sid=34060663-e8dc-456a-a49d-ea163b650c4d
New Behavior
https://www.loom.com/share/c7cf07c1440942c893e7287496b83b7b?sid=bec454c3-7685-4dca-9970-daf341d64c43
Testing instructions
Deadline
Other information