mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 19:12:26 -05:00
Typo corrected
This commit is contained in:
parent
d5f183c171
commit
81a7a2b97f
@ -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 New Issue
Block a user