mirror of
https://github.com/Radarr/Radarr
synced 2025-02-21 13:57:02 +00:00
Changed: Don't hide custom formats behind advanced settings when editing quality.
Didn't work very well.
This commit is contained in:
parent
a50b74c177
commit
4009852c35
1 changed files with 5 additions and 1 deletions
|
@ -31,11 +31,15 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group advanced-setting">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Custom Formats</label>
|
||||
|
||||
<div class="col-sm-4">
|
||||
<input type="text" class="form-control x-tags" tag-source="{{formats}}" tag-class-name="label label-success">
|
||||
</div>
|
||||
|
||||
<span class="help-inline-checkbox">
|
||||
<i class="icon-radarr-form-info" title="Edit matched custom formats for this file. ADVANCED USERS ONLY!"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue