IMP: add "continuing series" count to brag listing

This commit is contained in:
barbequesauce 2018-10-11 12:33:08 -04:00 committed by evilhero
parent 052073c28f
commit 854f5cf9a1
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@
<legend>Bragging Rights</legend>
<div>
<label><strong># of Series you're watching: </strong> ${comicinfo['COUNT_COMICS']}</br></label>
<label><strong># of Series you're watching that are continuing: </strong> ${comicinfo['CCONTCOUNT']}</br></label>
<label><strong># of Issues you're watching: </strong> ${comicinfo['COUNT_ISSUES']}</br></label>
<label><strong># of Issues you actually have: </strong> ${comicinfo['COUNT_HAVES']}</br></label>
<label><strong> ... total HD-space being used: </strong> ${comicinfo['COUNT_SIZE']}</br></label>