mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
Added images for provider, shown on the History grid.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user