mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Merge pull request #584 from ThePieMan/dev
More information given on seed ratio/time defaults
This commit is contained in:
commit
92d5976704
@ -372,7 +372,8 @@ var show_nzb_providers = #if $sickbeard.USE_NZBS then "true" else "false"#;
|
||||
<span class="component-title"> </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
|
||||
|
@ -457,7 +457,8 @@
|
||||
</label>
|
||||
<label class="nocheck clearfix">
|
||||
<span class="component-title"> </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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user