mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Code correction for scene conversion in Parsing cache
This commit is contained in:
parent
08714357dd
commit
a912140ec5
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ class ParseResult(object):
|
|||
self.episode_numbers = new_episode_numbers
|
||||
self.season_number = new_season_numbers[0]
|
||||
|
||||
return self
|
||||
return self
|
||||
|
||||
def _is_air_by_date(self):
|
||||
if self.season_number == None and len(self.episode_numbers) == 0 and self.air_date:
|
||||
|
|
Loading…
Reference in a new issue