Merge remote-tracking branch 'books_api/cjwin2000-google_books_apikey'

This commit is contained in:
Ozzie Isaacs
2025-09-09 09:59:49 +02:00
4 changed files with 11 additions and 2 deletions

View File

@@ -117,6 +117,7 @@ class _Settings(_Base):
config_use_goodreads = Column(Boolean, default=False)
config_goodreads_api_key = Column(String)
config_googlebooks_api_key = Column(String, default='')
config_register_email = Column(Boolean, default=False)
config_login_type = Column(Integer, default=0)