mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-14 16:51:41 +02:00
New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
5 lines
No EOL
147 B
HTML
5 lines
No EOL
147 B
HTML
<select class="col-md-2 form-control x-quality-profile">
|
|
{{#each this}}
|
|
<option value="{{id}}">{{name}}</option>
|
|
{{/each}}
|
|
</select> |