-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Comments
Possibly a duplicate of #1624. At the very least they are related. |
I assume this is the same issue, but it also happens when you already have a resume point in a video:
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. |
@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. |
Fixed by #1771 |
Software Versions
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
Expected behavior
I expected the percentage played bar to show and if I clicked play the Playback Options popup would appear.
The text was updated successfully, but these errors were encountered: