Quote:
Originally Posted by xero
Seeing this on my end as well.
Looking at the code
Code:
if not Device:isPocketbook() then
return { disabled = true, }
end
likely needs to be adjusted to
Code:
if not Device:isPocketBook() then
return { disabled = true, }
end
|
Looks like the sync plugin first on google is actually out of date
I switched to
https://github.com/ckilb/pocketbooksync.koplugin without issue, for anyone else who ends up here from google.