mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-05 17:05:03 -05:00
Add a notice to inform the user about the current TVRage's indexer
implementation missing the ability to retrieve specials.
This commit is contained in:
parent
91cb8d885c
commit
6c1ef84d1b
@ -60,7 +60,8 @@
|
|||||||
<select name="providedIndexer" id="providedIndexer" class="form-control form-control-inline input-sm">
|
<select name="providedIndexer" id="providedIndexer" class="form-control form-control-inline input-sm">
|
||||||
<option value="0" #if $provided_indexer == 0 then "selected=\"selected\"" else ""#>All Indexers</option>
|
<option value="0" #if $provided_indexer == 0 then "selected=\"selected\"" else ""#>All Indexers</option>
|
||||||
#for $indexer in $indexers
|
#for $indexer in $indexers
|
||||||
<option value="$indexer" #if $provided_indexer == $indexer then "selected=\"selected\"" else ""#>$indexers[$indexer]</option>
|
<option value="$indexer" #if $provided_indexer == $indexer then "selected=\"selected\"" else ""#>
|
||||||
|
#if $indexers[$indexer] == 'TVRage' then ''.join(($indexers[$indexer], '**')) else $indexers[$indexer]#</option>
|
||||||
#end for
|
#end for
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
@ -69,6 +70,7 @@
|
|||||||
<br /><br />
|
<br /><br />
|
||||||
<b>*</b> This will only affect the language of the retrieved metadata file contents and episode filenames.<br />
|
<b>*</b> This will only affect the language of the retrieved metadata file contents and episode filenames.<br />
|
||||||
This <b>DOES NOT</b> allow SickRage to download non-english TV episodes!<br />
|
This <b>DOES NOT</b> allow SickRage to download non-english TV episodes!<br />
|
||||||
|
<b>**</b> The indexer implementation doesn't currently support specials.<br />
|
||||||
<br />
|
<br />
|
||||||
<div id="searchResults" style="height: 100%;"><br/></div>
|
<div id="searchResults" style="height: 100%;"><br/></div>
|
||||||
#end if
|
#end if
|
||||||
|
Loading…
Reference in New Issue
Block a user