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

Update: Improve subtitle selection algorithm #129

Merged
merged 2 commits into from
May 23, 2017
Merged

Update: Improve subtitle selection algorithm #129

merged 2 commits into from
May 23, 2017

Commits on May 23, 2017

  1. Update: Improve subtitle selection algorithm

    When selecting subtitles from scratch (toggle-on button) we were
    previously selecting the first subtitle in the list. Instead, in this
    commit we will go by the user's locale - if the user's language isn't
    available, we fall back to English, and if English isn't available, we
    fall back to the first language in the subtitles menu. This is similar
    to what YouTube does.
    Bryan Huh committed May 23, 2017
    Configuration menu
    Copy the full SHA
    1d6aabb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    111e32b View commit details
    Browse the repository at this point in the history