New: Choose the latest season when adding a new series

This commit is contained in:
Mark McDowall 2015-03-24 07:29:28 -07:00
parent 216286db5e
commit a1a91878ad
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@
<dd>Monitor episodes that have files or have not aired yet</dd>
<dt>First Season</dt>
<dd>Monitor all episodes of the first season. All other seasons will be ignored</dd>
<dt>Latest Season</dt>
<dd>Monitor all episodes of the latest season and future seasons</dd>
<dt>None</dt>
<dd>No episodes will be monitored.</dd>
<!--<dt>Latest Season</dt>-->

View File

@ -41,8 +41,8 @@
<option value="future">Future</option>
<option value="missing">Missing</option>
<option value="existing">Existing</option>
<!--<option value="latest">Latest Season</option>-->
<option value="first">First Season</option>
<option value="latest">Latest Season</option>
<option value="none">None</option>
</select>
</div>