mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Advanced option to skip checking free space when importing files
This commit is contained in:
parent
52c5c19b0a
commit
0f9360bccb
5 changed files with 56 additions and 2 deletions
|
@ -22,3 +22,30 @@
|
|||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
{{#isMono}}
|
||||
<fieldset class="advanced-setting">
|
||||
<legend>Importing</legend>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label">Skip Free Space Check</label>
|
||||
|
||||
<div class="controls">
|
||||
<label class="checkbox toggle well">
|
||||
<input type="checkbox" name="skipFreeSpaceCheckWhenImporting"/>
|
||||
|
||||
<p>
|
||||
<span>Yes</span>
|
||||
<span>No</span>
|
||||
</p>
|
||||
|
||||
<div class="btn btn-primary slide-button"/>
|
||||
</label>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-nd-form-info" title="Use when drone is unable to detect free space from your series root folder"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
{{/isMono}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue