Removed indexertype property

This commit is contained in:
kay.one 2011-05-18 20:58:42 -07:00
commit 67d8bf4147
7 changed files with 7 additions and 35 deletions

View file

@ -15,7 +15,7 @@ namespace NzbDrone.Core.Repository
public QualityTypes Quality { get; set; }
public DateTime Date { get; set; }
public bool IsProper { get; set; }
public IndexerType? Indexer { get; set; }
public string Indexer { get; set; }
[SubSonicToOneRelation(ThisClassContainsJoinKey = true)]
public virtual Episode Episode { get; protected set; }