cleaned up episode search

This commit is contained in:
kay.one 2013-03-06 17:51:47 -08:00
commit ef5f565a4d
75 changed files with 266 additions and 783 deletions

View file

@ -1,11 +1,9 @@
using System;
using System.Linq;
using System.Collections.Generic;
using NzbDrone.Core.MediaFiles;
using NzbDrone.Core.DecisionEngine;
using NzbDrone.Core.Organizer;
using NzbDrone.Core.Providers;
using NzbDrone.Core.Tv;
using NzbDrone.Core.Repository;
namespace NzbDrone.Core.Model
{
@ -21,6 +19,8 @@ namespace NzbDrone.Core.Model
}
}
public DownloadDecision Decision { get; set; }
public string EpisodeTitle { get; set; }
public int SeasonNumber { get; set; }