1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-22 14:00:32 +00:00

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

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: