Skip to content

Feature: Remember Last Watched Timestamp in Videos #1843

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sudheer0071
Copy link

@sudheer0071 sudheer0071 commented Jun 1, 2025

  • Simplified video progress tracking logic in VideoPlayer2 by consolidating functions and improving interval management.

PR Fixes:

  1. Last timestamp of the videos will be remebred from now on, if you i left the video at 1:34:23 then whenever i will be next time watching it , it will be start from 1:34:23.

  2. Fixed the progressbar in the folders of particular videos

Implementation Video:

cms.issue.1.mp4

Resolves #1826

Checklist before requesting a review

  • I have performed a self-review of my code
  • I assure there is no similar/duplicate pull request regarding same issue

- Removed unnecessary blank lines in FolderView and ContentRenderer components.
- Simplified video progress tracking logic in VideoPlayer2 by consolidating functions and improving interval management.
- Added logging for all content retrieval in course.ts and enhanced video metadata handling in getFullCourseContent function.
@sudheer0071 sudheer0071 changed the title refactor: clean up code and improve video progress handling FEAT: Remember Last Watched Timestamp in Videos Jun 1, 2025
@sudheer0071 sudheer0071 changed the title FEAT: Remember Last Watched Timestamp in Videos Feature: Remember Last Watched Timestamp in Videos Jun 1, 2025
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.

feature: Remember Last Watched Timestamp in Videos
1 participant