mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 01:43:37 +00:00
Small code change
This commit is contained in:
parent
f1c45a596d
commit
e98418ba8d
1 changed files with 2 additions and 1 deletions
|
@ -255,7 +255,8 @@ class NameParser(object):
|
|||
if sql_result:
|
||||
season_number = int(sql_result[0][0])
|
||||
episode_numbers = [int(sql_result[0][1])]
|
||||
else:
|
||||
|
||||
if not season_number or not len(episode_numbers):
|
||||
try:
|
||||
lINDEXER_API_PARMS = sickbeard.indexerApi(bestResult.show.indexer).api_params.copy()
|
||||
|
||||
|
|
Loading…
Reference in a new issue