1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Fixed: Sample files of daily episodes should also be deleted after import.

This commit is contained in:
Taloth Saldono
2016-02-10 23:46:50 +01:00
parent 1c92ea58da
commit 91d91bc673
8 changed files with 23 additions and 16 deletions
@@ -30,7 +30,15 @@ namespace NzbDrone.Core.Parser.Model
return Episodes.Select(c => c.SeasonNumber).Distinct().Single();
}
}
public bool IsSpecial
{
get
{
return SeasonNumber == 0;
}
}
public override string ToString()
{
return Path;