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

Fix episode list bug where OK was triggering quickplay #1513

Merged
merged 2 commits into from
Nov 20, 2023

Conversation

cewert
Copy link
Member

@cewert cewert commented Nov 18, 2023

The episode list was using the quickplaynode to play the episode when selecting the item with OK and play. I didn't realize screens were using the quickplaynode to handle OK presses so this created a bug after I updated quickplay recently.

This PR changes the logic so OK behaves the same way it does on the home screen and only uses the quickplaynode with the play button.

Changes

  • Fix episode list bug where OK was triggering quickplay

@cewert cewert added the bug-fix This fixes a bug. label Nov 18, 2023
@cewert cewert requested a review from a team as a code owner November 18, 2023 14:42
Copy link
Member

@1hitsong 1hitsong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Functionality looks good. Works as expected. 1 small code style change to remove an else clause.

components/tvshows/TVEpisodes.bs Outdated Show resolved Hide resolved
@cewert cewert requested a review from 1hitsong November 20, 2023 03:06
@1hitsong 1hitsong merged commit 67f2e21 into jellyfin:unstable Nov 20, 2023
9 checks passed
@cewert cewert deleted the fix-playback-episode-list branch January 14, 2024 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix This fixes a bug.
Projects
Development

Successfully merging this pull request may close these issues.

2 participants