OwnTube-tv / web-client

Portable video client for PeerTube in React Native
https://owntube-tv.github.io/web-client/
The Unlicense
0 stars 11 forks source link

Add "resume watching" functionality #69

Closed ar9708 closed 1 week ago

ar9708 commented 4 weeks ago

If a user watches a video the playback position has to be stored and rehydrated when the video is opened again. if the homepage is opened and last saved state was "playing video x at y milliseconds" the user must be prompted to continue watching

ar9708 commented 4 weeks ago

This resume watching should rely on information recorded in #68

mykhailodanilenko commented 1 week ago

Resolved with #81 and #79