mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-29 05:18:02 +02:00
Indexer refactor complete. This is going to need lots of testing!
This commit is contained in:
@@ -85,10 +85,10 @@ namespace Jackett.Controllers
|
||||
{
|
||||
Title = indexer.DisplayName,
|
||||
Description = indexer.DisplayDescription,
|
||||
Link = indexer.SiteLink,
|
||||
Link = new Uri(indexer.SiteLink),
|
||||
ImageUrl = new Uri(severUrl + "logos/" + indexer.ID + ".png"),
|
||||
ImageTitle = indexer.DisplayName,
|
||||
ImageLink = indexer.SiteLink,
|
||||
ImageLink = new Uri(indexer.SiteLink),
|
||||
ImageDescription = indexer.DisplayName
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user