mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
Because it's 2016!
This commit is contained in:
@@ -31,13 +31,7 @@ namespace NzbDrone.Core.Parser.Model
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsSpecial
|
||||
{
|
||||
get
|
||||
{
|
||||
return SeasonNumber == 0;
|
||||
}
|
||||
}
|
||||
public bool IsSpecial => SeasonNumber == 0;
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user