mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Fixed: Manual refresh of all series will refresh every series, including ended series
This commit is contained in:
@@ -138,7 +138,7 @@ namespace NzbDrone.Core.Tv
|
||||
|
||||
foreach (var series in allSeries)
|
||||
{
|
||||
if (_checkIfSeriesShouldBeRefreshed.ShouldRefresh(series))
|
||||
if (message.Manual || _checkIfSeriesShouldBeRefreshed.ShouldRefresh(series))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user