mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-10 10:47:02 +00:00
14 lines
379 B
Handlebars
14 lines
379 B
Handlebars
<select class="form-control col-md-2 starting-album x-starting-album">
|
|
|
|
|
|
{{#each this}}
|
|
{{#if_eq seasonNumber compare="0"}}
|
|
<option value="{{seasonNumber}}">Specials</option>
|
|
{{else}}
|
|
<option value="{{seasonNumber}}">Album {{seasonNumber}}</option>
|
|
{{/if_eq}}
|
|
{{/each}}
|
|
|
|
<option value="5000000">None</option>
|
|
</select>
|