mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-29 04:47:37 +00:00
New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
5 lines
147 B
HTML
5 lines
147 B
HTML
<select class="col-md-2 form-control x-quality-profile">
|
|
{{#each this}}
|
|
<option value="{{id}}">{{name}}</option>
|
|
{{/each}}
|
|
</select> |