Skip to content

Commit 89e7699

Browse files
committed
Merge branch 'hardcover'
2 parents 8d551a3 + be41526 commit 89e7699

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
@@ -1573,7 +1573,7 @@ def profile():
15731573
languages = calibre_db.speaking_language()
15741574
translations = get_available_locale()
15751575
kobo_support = feature_support['kobo'] and config.config_kobo_sync
1576-
hardcover_support = feature_support['hardcover'] and config.config_hardcover_sync
1576+
hardcover_support = feature_support['hardcover']
15771577
if feature_support['oauth'] and config.config_login_type == 2:
15781578
oauth_status = get_oauth_status()
15791579
local_oauth_check = oauth_check

0 commit comments

Comments
 (0)