mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
Last Season and Recent Episodes
New: Added option to only monitor recent episodes Fixed: Last Season always monitors the whole season Closes #6175
This commit is contained in:
committed by
Mark McDowall
parent
ade40b72bc
commit
5d86329c18
@@ -984,8 +984,8 @@
|
||||
"MonitorFirstSeasonDescription": "Monitor all episodes of the first season. All other seasons will be ignored",
|
||||
"MonitorFutureEpisodes": "Future Episodes",
|
||||
"MonitorFutureEpisodesDescription": "Monitor episodes that have not aired yet",
|
||||
"MonitorLatestSeason": "Latest Season",
|
||||
"MonitorLatestSeasonDescription": "Monitor all episodes of the latest season that aired within the last 90 days and all future seasons",
|
||||
"MonitorLastSeason": "Last Season",
|
||||
"MonitorLastSeasonDescription": "Monitor all episodes of the last season",
|
||||
"MonitorMissingEpisodes": "Missing Episodes",
|
||||
"MonitorMissingEpisodesDescription": "Monitor episodes that do not have files or have not aired yet",
|
||||
"MonitorNewSeasons": "Monitor New Seasons",
|
||||
@@ -994,6 +994,9 @@
|
||||
"MonitorNone": "None",
|
||||
"MonitorNoneDescription": "No episodes will be monitored",
|
||||
"MonitorPilotEpisode": "Pilot Episode",
|
||||
"MonitorPilotEpisodeDescription": "Only monitor the first episode of the first season",
|
||||
"MonitorRecentEpisodes": "Recent Episodes",
|
||||
"MonitorRecentEpisodesDescription": "Monitor episodes aired within the last 90 days and future episodes",
|
||||
"MonitorSelected": "Monitor Selected",
|
||||
"MonitorSeries": "Monitor Series",
|
||||
"MonitorSpecials": "Monitor Specials",
|
||||
|
||||
Reference in New Issue
Block a user