Skip to content

Commit be41526

Browse files
committed
Finally fix Hardcover sync being required to add user hardcover token
1 parent 2774277 commit be41526

File tree

1 file changed

+1
-1
lines changed
  • root/app/calibre-web/cps

1 file changed

+1
-1
lines changed

root/app/calibre-web/cps/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ def profile():
15711571
languages = calibre_db.speaking_language()
15721572
translations = get_available_locale()
15731573
kobo_support = feature_support['kobo'] and config.config_kobo_sync
1574-
hardcover_support = feature_support['hardcover'] and config.config_hardcover_sync
1574+
hardcover_support = feature_support['hardcover']
15751575
if feature_support['oauth'] and config.config_login_type == 2:
15761576
oauth_status = get_oauth_status()
15771577
local_oauth_check = oauth_check

0 commit comments

Comments
 (0)