mirror of
https://github.com/evilhero/mylar
synced 2025-03-08 21:03:36 +00:00
IMP: add "continuing series" count to brag listing
This commit is contained in:
parent
052073c28f
commit
854f5cf9a1
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue