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:
parent
43ca4825e5
commit
5016fe1b02
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue