mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
New: NzbInfoUrl added to history (link to NZB info at indexer) - Not supported for Womble's.
This commit is contained in:
parent
b314ff5e82
commit
5aff4ab240
12 changed files with 639 additions and 462 deletions
|
@ -20,5 +20,6 @@ namespace NzbDrone.Web.Models
|
|||
public string Indexer { get; set; }
|
||||
public int EpisodeId { get; set; }
|
||||
public string Details { get; set; }
|
||||
public string NzbInfoUrl { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue