mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-04 15:54:33 +00:00
9 lines
248 B
HTML
9 lines
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}} |