mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Because it's 2016!
This commit is contained in:
@@ -9,13 +9,7 @@ namespace NzbDrone.Core.DecisionEngine
|
||||
public RemoteEpisode RemoteEpisode { get; private set; }
|
||||
public IEnumerable<Rejection> Rejections { get; private set; }
|
||||
|
||||
public bool Approved
|
||||
{
|
||||
get
|
||||
{
|
||||
return !Rejections.Any();
|
||||
}
|
||||
}
|
||||
public bool Approved => !Rejections.Any();
|
||||
|
||||
public bool TemporarilyRejected
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user