Loading
fix(hardcover): use self.server_url instead of self.booklore_url in fetchAndStoreHardcoverIds
self.booklore_url does not exist — the field is self.server_url
(readSetting('server_url')). Caused a false 'URL not configured' error
on every invocation.