removed old TODOs.

This commit is contained in:
Keivan Beigi 2013-07-08 17:47:28 -07:00
commit e1488229fe
6 changed files with 3 additions and 8 deletions

View file

@ -2,7 +2,6 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
{
public class SingleEpisodeSearchCriteria : SearchCriteriaBase
{
//TODO make sure these are populated with scene if required
public int EpisodeNumber { get; set; }
public int SeasonNumber { get; set; }