mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -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