mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Added NzbTitle to History item and will set it when adding to the DB.
This commit is contained in:
parent
c448c17605
commit
737330d48b
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ namespace NzbDrone.Core.Repository
|
|||
public int HistoryId { get; set; }
|
||||
public virtual int EpisodeId { get; set; }
|
||||
public virtual string IndexerName { get; set; }
|
||||
public string NzbTitle { get; set; }
|
||||
public QualityTypes Quality { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public bool IsProper { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue