1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Fix for post-processing and adding anime shows to your anidb mylist

This commit is contained in:
echel0n 2014-05-30 06:00:04 -07:00
parent bea999b639
commit 6ca979d51b

View File

@ -834,6 +834,9 @@ class PostProcessor(object):
# reset per-file stuff
self.in_history = False
# reset the anidb episode object
self.anidbEpisode = None
# try to find the file info
(show, season, episodes, quality) = self._find_info()
if not show: