1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-13 07:23:14 +00:00
Lidarr/src/UI/Cells/Edit/QualityCellEditorTemplate.html
2014-02-11 19:05:13 -08:00

9 lines
No EOL
248 B
HTML

{{#each items}}
{{#with quality}}
{{#if selected}}
<option value="{{id}}" selected="selected">{{name}}</option>
{{else}}
<option value="{{id}}">{{name}}</option>
{{/if}}
{{/with}}
{{/each}}