Remove duplicated unpack processes form field

Small change to remove a duplicated form field.

Thanks!
This commit is contained in:
Edouard Chin 2022-04-24 11:51:21 +02:00 committed by GitHub
parent f25d849cfa
commit 2d40f0fd0f
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">