mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fixed typo causing addexisting shows page to not function correctly
This commit is contained in:
parent
3a60683327
commit
deb355ef88
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
#end if
|
||||
|
||||
#set $indexer = 0
|
||||
#if #if $curDir['existing_info'][0]:
|
||||
#if $curDir['existing_info'][0]:
|
||||
#set $indexer = $curDir['existing_info'][2]
|
||||
#elif $sickbeard.INDEXER_DEFAULT
|
||||
#set $indexer = $sickbeard.INDEXER_DEFAULT
|
||||
|
|
Loading…
Reference in a new issue