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

[tvOS] Episode/Season Focus gets Stuck #1185

Merged
merged 4 commits into from
Aug 16, 2024

Commits on Aug 14, 2024

  1. Focus on the first element if the lastFocusedEpisodeId isn't in the v…

    …iewModel.
    Joseph Kribs committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    87ff63d View commit details
    Browse the repository at this point in the history
  2. Performance Improvements:

    - Optimized Lookup:  Used a Set for efficient checking of whether lastFocusedEpisodeID exists in viewModel.elements.
    - Single Pass:  Reduced the number of passes needed to check for existence and set the focusedEpisodeID.
    Joseph Kribs committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d6e7287 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. jellyfin#1185 (review) Suggestions

    Joseph Kribs committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b75746f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1843293 View commit details
    Browse the repository at this point in the history