1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-09 13:24:53 +00:00

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

View file

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