Quote:
Originally Posted by jrw174
Must be an identifier in the db that points to specific profile. My best guess.
|
Good remark ! If I check:
https://github.com/ckilb/pocketbooks...#L90C14-L90C67
Code:
local sql = [[
REPLACE INTO books_settings
(bookid, profileid, cpage, npage, completed, opentime)
VALUES (?, 1, ?, ?, ?, ?)
]]
profileid is hardcoded... The question is now how to find my profileid...