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

Update causes bookmarks and in-video clips to get deleted #34

Closed
Segergren opened this issue Sep 24, 2022 · 1 comment
Closed

Update causes bookmarks and in-video clips to get deleted #34

Segergren opened this issue Sep 24, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Segergren
Copy link
Contributor

Bookmarks and clips in videos gets removed after a Plays update. This is probably because it's saved in LocalStorage.

@lulzsun lulzsun added the bug Something isn't working label Sep 25, 2022
@lulzsun lulzsun changed the title BUG: Update causes bookmarks and in-video clips to get deleted Update causes bookmarks and in-video clips to get deleted Oct 22, 2022
@lulzsun lulzsun self-assigned this Mar 6, 2023
@lulzsun lulzsun closed this as completed in 7bdaa5d Mar 6, 2023
@lulzsun
Copy link
Owner

lulzsun commented Mar 6, 2023

The fix is done by importing and exporting the localstorage to a file in the cfg folder. This is done every time the webview is loaded.

This is a quick and lazy fix because we should be utilizing .metadata files that we are creating in the .thumbs folder instead of using localStorage. But this will do for now I think.

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

No branches or pull requests

2 participants