mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed: Refreshing individual series incorrectly delayed the schedule task.
fixes #720
This commit is contained in:
@@ -22,5 +22,13 @@ namespace NzbDrone.Core.Tv.Commands
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
public override bool UpdateScheduledTask
|
||||
{
|
||||
get
|
||||
{
|
||||
return !SeriesId.HasValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user