1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Changed: Don't hide custom formats behind advanced settings when editing quality.

Didn't work very well.
This commit is contained in:
Leonardo Galli 2018-10-30 13:20:36 +01:00
parent a50b74c177
commit 4009852c35

View File

@ -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>