mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 19:12:26 -05:00
Fix for post-processing and adding anime shows to your anidb mylist
This commit is contained in:
parent
bea999b639
commit
6ca979d51b
@ -834,6 +834,9 @@ class PostProcessor(object):
|
|||||||
# reset per-file stuff
|
# reset per-file stuff
|
||||||
self.in_history = False
|
self.in_history = False
|
||||||
|
|
||||||
|
# reset the anidb episode object
|
||||||
|
self.anidbEpisode = None
|
||||||
|
|
||||||
# try to find the file info
|
# try to find the file info
|
||||||
(show, season, episodes, quality) = self._find_info()
|
(show, season, episodes, quality) = self._find_info()
|
||||||
if not show:
|
if not show:
|
||||||
|
Loading…
Reference in New Issue
Block a user