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

bugfix: DEFAULT=YES on caption tracks was not being respected. #3781

Merged
merged 1 commit into from Apr 16, 2021

Commits on Apr 15, 2021

  1. bugfix: DEFAULT=YES on caption tracks was not being respected.

    Reason for this was because the subtitle grouping wasn't populating the
    tracks before the findTrackId function was called. So, it was looking
    over an empty array on the first invocation of the function.
    
    By moving it, it now has the correct behaviour and the default track is
    selected.
    
    Closes #3780.
    itsjamie committed Apr 15, 2021
    Copy the full SHA
    3cc1555 View commit details
    Browse the repository at this point in the history