You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Bookmarks and clips in videos gets removed after a Plays update. This is probably because it's saved in LocalStorage.
The text was updated successfully, but these errors were encountered: