mirror of
https://github.com/evilhero/mylar
synced 2025-03-10 14:02:50 +00:00
FIX:(#312) Archive count not working properly
This commit is contained in:
parent
3b891174e6
commit
4653fea4c7
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ def forceRescan(ComicID,archive=None):
|
||||||
myDB.upsert("issues", newValue, controlValue)
|
myDB.upsert("issues", newValue, controlValue)
|
||||||
archivedissues+=1
|
archivedissues+=1
|
||||||
totalarc = arcfiles + archivedissues
|
totalarc = arcfiles + archivedissues
|
||||||
havefiles = havefiles + totalarc
|
havefiles = havefiles + archivedissues #arcfiles already tallied in havefiles in above segment
|
||||||
logger.fdebug("I've changed the status of " + str(archivedissues) + " issues to a status of Archived, as I now cannot locate them in the series directory.")
|
logger.fdebug("I've changed the status of " + str(archivedissues) + " issues to a status of Archived, as I now cannot locate them in the series directory.")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue