From 5016fe1b022374f46f0fb2af93ce9a291fa4e874 Mon Sep 17 00:00:00 2001 From: evilhero Date: Thu, 31 Jan 2019 09:30:33 -0500 Subject: [PATCH] FIX:(#2179) Fix for post-processing failing when comparing against story arcs --- mylar/PostProcessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/PostProcessor.py b/mylar/PostProcessor.py index 5adaf203..9325c3cd 100755 --- a/mylar/PostProcessor.py +++ b/mylar/PostProcessor.py @@ -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: