mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -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
@@ -26,14 +26,24 @@ function SeriesMonitoringOptionsPopoverContent() {
|
||||
data={translate('MonitorExistingEpisodesDescription')}
|
||||
/>
|
||||
|
||||
<DescriptionListItem
|
||||
title={translate('MonitorRecentEpisodes')}
|
||||
data={translate('MonitorRecentEpisodesDescription')}
|
||||
/>
|
||||
|
||||
<DescriptionListItem
|
||||
title={translate('MonitorPilotEpisode')}
|
||||
data={translate('MonitorPilotEpisodeDescription')}
|
||||
/>
|
||||
|
||||
<DescriptionListItem
|
||||
title={translate('MonitorFirstSeason')}
|
||||
data={translate('MonitorFirstSeasonDescription')}
|
||||
/>
|
||||
|
||||
<DescriptionListItem
|
||||
title={translate('MonitorLatestSeason')}
|
||||
data={translate('MonitorLatestSeasonDescription')}
|
||||
title={translate('MonitorLastSeason')}
|
||||
data={translate('MonitorLastSeasonDescription')}
|
||||
/>
|
||||
|
||||
<DescriptionListItem
|
||||
|
||||
Reference in New Issue
Block a user