Added images for provider, shown on the History grid.

This commit is contained in:
Mark McDowall 2011-04-27 21:27:02 -07:00
parent 7e946277bb
commit b146b62ef3
10 changed files with 12 additions and 6 deletions

View file

@ -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; }
}
}