mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-04 15:54:33 +00:00
Added images to Indexer Settings.
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
{
|
||||
item.Add()
|
||||
.Text("NZBs.org")
|
||||
.ImageUrl("~/Content/Images/NzbsOrg.png")
|
||||
.Content(
|
||||
"<div class=\"section_content\">" +
|
||||
|
||||
@@ -99,6 +100,7 @@
|
||||
);
|
||||
item.Add()
|
||||
.Text("NZB Matrix")
|
||||
.ImageUrl("~/Content/Images/NzbMatrix.png")
|
||||
.Content(
|
||||
"<div class=\"section_content\">" +
|
||||
|
||||
@@ -130,7 +132,8 @@
|
||||
"</div>"
|
||||
);
|
||||
item.Add()
|
||||
.Text("NZBsRUs")
|
||||
.Text("NZBsRus")
|
||||
.ImageUrl("~/Content/Images/NzbsRus.png")
|
||||
.Content(
|
||||
"<div class=\"section_content\">" +
|
||||
|
||||
@@ -163,6 +166,7 @@
|
||||
);
|
||||
item.Add()
|
||||
.Text("Newzbin")
|
||||
.ImageUrl("~/Content/Images/Newzbin.png")
|
||||
.Content(
|
||||
"<div class=\"section_content\">" +
|
||||
|
||||
|
||||
Reference in New Issue
Block a user