mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fix for post-processing and adding anime shows to your anidb mylist
This commit is contained in:
parent
bea999b639
commit
6ca979d51b
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue