mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Typo corrected
This commit is contained in:
parent
d5f183c171
commit
81a7a2b97f
1 changed files with 0 additions and 1 deletions
|
@ -278,7 +278,6 @@ class GenericProvider:
|
|||
logger.log(u"Unable to parse the filename " + title + " into a valid episode", logger.WARNING)
|
||||
continue
|
||||
|
||||
if not (self.show.air_by_date or self.show.sports):
|
||||
if not (self.show.air_by_date or self.show.sports):
|
||||
if (parse_result.season_number != season or epObj.episode not in parse_result.episode_numbers):
|
||||
logger.log(u"Episode " + title + " isn't " + str(season) + "x" + str(
|
||||
|
|
Loading…
Reference in a new issue