FIX:(#1689) When mass renaming, issue count would tally across series instead of being limited to just the given series

This commit is contained in:
evilhero 2018-03-06 14:33:57 -05:00
parent 45ce2bd993
commit c6c31b3588
1 changed files with 1 additions and 1 deletions

View File

@ -2154,8 +2154,8 @@ class WebInterface(object):
comiclist = []
comiclist.append(comicid)
myDB = db.DBConnection()
filefind = 0
for cid in comiclist:
filefind = 0
comic = myDB.selectone("SELECT * FROM comics WHERE ComicID=?", [cid]).fetchone()
comicdir = comic['ComicLocation']
comicname = comic['ComicName']