We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2774277 commit be41526Copy full SHA for be41526
root/app/calibre-web/cps/web.py
@@ -1571,7 +1571,7 @@ def profile():
1571
languages = calibre_db.speaking_language()
1572
translations = get_available_locale()
1573
kobo_support = feature_support['kobo'] and config.config_kobo_sync
1574
- hardcover_support = feature_support['hardcover'] and config.config_hardcover_sync
+ hardcover_support = feature_support['hardcover']
1575
if feature_support['oauth'] and config.config_login_type == 2:
1576
oauth_status = get_oauth_status()
1577
local_oauth_check = oauth_check
0 commit comments