Closed BURG3R5 closed 1 year ago
Fixes #10
...hopefully
Note to self: the error seems to be due to FirefoxPlace data being INSERT OR REPLACEd into moz_places. Try using UPDATE on the same guid instead.
FirefoxPlace
INSERT OR REPLACE
moz_places
UPDATE
guid
Edit: This worked!
Fixes #10
...hopefully