mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 02:23:38 +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
|
#end if
|
||||||
|
|
||||||
#set $indexer = 0
|
#set $indexer = 0
|
||||||
#if #if $curDir['existing_info'][0]:
|
#if $curDir['existing_info'][0]:
|
||||||
#set $indexer = $curDir['existing_info'][2]
|
#set $indexer = $curDir['existing_info'][2]
|
||||||
#elif $sickbeard.INDEXER_DEFAULT
|
#elif $sickbeard.INDEXER_DEFAULT
|
||||||
#set $indexer = $sickbeard.INDEXER_DEFAULT
|
#set $indexer = $sickbeard.INDEXER_DEFAULT
|
||||||
|
|
Loading…
Reference in a new issue