FIX:(#2179) Fix for post-processing failing when comparing against story arcs

This commit is contained in:
evilhero 2019-01-31 09:30:33 -05:00
parent 43ca4825e5
commit 5016fe1b02
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,7 @@ class PostProcessor(object):
nm+=1
else:
try:
if v[i]['ArcValues']['Type'] == 'TPB' and v[i]['ArcValues']['Total'] > 1:
if v[i]['WatchValues']['Type'] == 'TPB' and v[i]['ArcValues']['Total'] > 1:
if watchmatch['series_volume'] is not None:
just_the_digits = re.sub('[^0-9]', '', arcmatch['series_volume']).strip()
else: