1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

New: Pilot Episode monitoring option

Closes #3768
This commit is contained in:
Mark McDowall
2020-10-03 11:53:46 -07:00
parent 9eb24cedd6
commit 924f6ca715
3 changed files with 13 additions and 2 deletions
@@ -3,6 +3,7 @@ const monitorOptions = [
{ key: 'future', value: 'Future Episodes' },
{ key: 'missing', value: 'Missing Episodes' },
{ key: 'existing', value: 'Existing Episodes' },
{ key: 'pilot', value: 'Pilot Episode' },
{ key: 'firstSeason', value: 'Only First Season' },
{ key: 'latestSeason', value: 'Only Latest Season' },
{ key: 'none', value: 'None' }