Merge pull request #138 from Edouard-chin/patch-1

Remove duplicated unpack processes form field
This commit is contained in:
Roger Far 2022-04-30 11:11:16 -06:00 committed by GitHub
commit bcffa7ac8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,14 +130,6 @@
<p class="help">Maximum amount of downloads that get unpacked on your host at the same time.</p>
</div>
<div class="field">
<label class="label">Maximum unpack processes</label>
<div class="control">
<input class="input" type="number" max="100" min="1" step="1" [(ngModel)]="settingUnpackLimit" />
</div>
<p class="help">Maximum amount of downloads that get unpacked on your host at the same time.</p>
</div>
<div class="field">
<label class="label">Run external program on torrent completion</label>
<div class="control">