Skip to content

fix: reset last video position when playback ends - #1152

Open
wized2 wants to merge 1 commit into
FossifyOrg:mainfrom
wized2:fix/reset-video-position-on-end-969
Open

wized2 wants to merge 1 commit into
FossifyOrg:mainfrom
wized2:fix/reset-video-position-on-end-969

Conversation

@wized2

@wized2 wized2 commented Sep 18, 2026

Copy link
Copy Markdown

Closes #969

VideoPlayerActivity already clears the saved position in videoCompleted(), but the in-gallery VideoFragment did not. With "Remember last video playback position" enabled, finishing a video still left the old mid-playback timestamp, so reopening jumped back to that point.

Call removeLastVideoPosition when playback reaches the end (same behavior as the standalone player).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Last video position doesn't reset if you reach the video end

1 participant