mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Added images for provider, shown on the History grid.
This commit is contained in:
parent
7e946277bb
commit
b146b62ef3
10 changed files with 12 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
|||
using System;
|
||||
using NzbDrone.Core.Model;
|
||||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
|
@ -14,5 +15,6 @@ namespace NzbDrone.Web.Models
|
|||
public string Quality { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public bool IsProper { get; set; }
|
||||
public string Indexer { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue