mirror of https://github.com/lidarr/Lidarr
Fixed: Ability to monitor no seasons when adding a new series
This commit is contained in:
parent
b6fc490b89
commit
21a0df904f
|
@ -1,4 +1,6 @@
|
|||
<select class="form-control col-md-2 starting-season x-starting-season">
|
||||
|
||||
|
||||
{{#each this}}
|
||||
{{#if_eq seasonNumber compare="0"}}
|
||||
<option value="{{seasonNumber}}">Specials</option>
|
||||
|
@ -6,4 +8,6 @@
|
|||
<option value="{{seasonNumber}}">Season {{seasonNumber}}</option>
|
||||
{{/if_eq}}
|
||||
{{/each}}
|
||||
|
||||
<option value="5000000">None</option>
|
||||
</select>
|
||||
|
|
Loading…
Reference in New Issue