Merge pull request #584 from ThePieMan/dev

More information given on seed ratio/time defaults
This commit is contained in:
Nils 2014-05-27 23:26:11 +02:00
commit 92d5976704
2 changed files with 4 additions and 2 deletions

View File

@ -372,7 +372,8 @@ var show_nzb_providers = #if $sickbeard.USE_NZBS then "true" else "false"#;
<span class="component-title">&nbsp;</span>
<span class="component-desc">
Stop transfer when reaching ratio<br>
(blank for default)</span>
(-1 SickRage default to seed forever)<br>
(leave blank for downloader default)</span>
</label>
</div>
#end if

View File

@ -457,7 +457,8 @@
</label>
<label class="nocheck clearfix">
<span class="component-title">&nbsp;</span>
<span class="component-desc">Duration (in hours) to seed for (blank for default)</span>
<span class="component-desc">Duration (in hours) to seed for<br>
(SickRage default '0' passes blank to downloader)</span>
</label>
</div>