Fixed: Correctly calculate books count on Author page

Closes #1931
This commit is contained in:
PearsonFlyer
2022-11-07 09:39:19 -05:00
committed by Bogdan
parent fbd7b4fe33
commit 58ba24762b
2 changed files with 3 additions and 3 deletions
@@ -297,7 +297,7 @@ class AuthorIndexRow extends Component {
progress={progress}
kind={getProgressBarKind(status, monitored, progress)}
showText={true}
text={`${bookFileCount} / ${bookCount}`}
text={`${bookCount} / ${totalBookCount}`}
title={translate('BookFileCountBookCountTotalTotalBookCountInterp', [bookFileCount, bookCount, totalBookCount])}
width={125}
/>