mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added images for provider, shown on the History grid.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System.Linq;
|
||||
using System.Web.Mvc;
|
||||
using NzbDrone.Core.Model;
|
||||
using NzbDrone.Core.Providers;
|
||||
using NzbDrone.Web.Models;
|
||||
using Telerik.Web.Mvc;
|
||||
@@ -53,11 +54,10 @@ namespace NzbDrone.Web.Controllers
|
||||
NzbTitle = h.NzbTitle,
|
||||
Quality = h.Quality.ToString(),
|
||||
IsProper = h.IsProper,
|
||||
Date = h.Date
|
||||
Date = h.Date,
|
||||
Indexer = h.Indexer.ToString()
|
||||
});
|
||||
|
||||
history.ToList();
|
||||
|
||||
return View(new GridModel(history));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user