mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Removed indexertype property
This commit is contained in:
parent
0e191f6a44
commit
67d8bf4147
7 changed files with 7 additions and 35 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue