Fixed: Manual refresh of all series will refresh every series, including ended series

This commit is contained in:
Mark McDowall
2014-09-10 23:49:25 -07:00
parent 81e80d5575
commit 1b18baca44
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ namespace NzbDrone.Core.Tv
foreach (var series in allSeries)
{
if (_checkIfSeriesShouldBeRefreshed.ShouldRefresh(series))
if (message.Manual || _checkIfSeriesShouldBeRefreshed.ShouldRefresh(series))
{
try
{