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

Resumeable state not set until movie detail view refresh #1647

Closed
1hitsong opened this issue Jan 13, 2024 · 4 comments · Fixed by #1771
Closed

Resumeable state not set until movie detail view refresh #1647

1hitsong opened this issue Jan 13, 2024 · 4 comments · Fixed by #1771
Labels
bug Something isn't working

Comments

@1hitsong
Copy link
Member

Software Versions

  • Jellyfin Server Version: Latest
  • Roku Client Version: Latest

Describe the bug

If you watch a movie past the resumable point, the resumable state isn't reflected on the movie detail view unless you refresh the view.

How To Reproduce

  1. Go to a movie detail view
  2. Play movie past the resumable point
  3. Press back to return to movie detail view
  4. The view does not show the percentage played bar. Also, if you press play button it will start the movie from the beginning.

Expected behavior

I expected the percentage played bar to show and if I clicked play the Playback Options popup would appear.

@1hitsong 1hitsong added the bug Something isn't working label Jan 13, 2024
@cewert
Copy link
Member

cewert commented Jan 13, 2024

Possibly a duplicate of #1624. At the very least they are related.

@dathbe
Copy link

dathbe commented Jan 22, 2024

I assume this is the same issue, but it also happens when you already have a resume point in a video:

  1. Choose to resume video that has a save point
  2. Press "Play"
  3. Select "Resume playing from 43:30"
  4. Play video for a while
  5. Press back to return to movie detail view
  6. Press play
  7. It will STILL say "Resume playing from 43:30"

I agree this seems to be a refresh issue because if you press back one more time from the movie detail view to get to the home screen, and then go back into the movie detail, it will allow you to "resume playing at" the new save point. Seems like a quick refresh of the movie detail page when a movie is stopped would solve this.

@1hitsong
Copy link
Member Author

@dathbe Yep. Same thing. It's because the resume point is established on the detail view (whether it be 0 or 43:30) and isn't updated when you go "back" to the view from the video player. It's only being refreshed when going "forward" to it from another view.

@cewert
Copy link
Member

cewert commented Sep 30, 2024

Fixed by #1771

@cewert cewert closed this as completed Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants