07-21-2021, 12:36 PM
|
#3
|
Member
Posts: 10
Karma: 10
Join Date: Jul 2021
Location: Romania
Device: none
|
how do I run it?
Sorry, how do I run it?
Quote:
Originally Posted by kovidgoyal
That looks like something has deleted the user_categories preference from the calibre database. Running the following will fix it:
Code:
calibre-debug -c "from calibre.library import db; db = db().new_api; db.set_pref('user_categories', {})"
|
|
|
|