mirror of https://github.com/Radarr/Radarr
Fixed image name for Nzbs.org image on Indexer Settings.
This commit is contained in:
parent
5d7ecea046
commit
f1584e0f88
|
@ -67,7 +67,7 @@
|
|||
{
|
||||
indexerItem.Add()
|
||||
.Text("NZBs.org")
|
||||
.ImageUrl("~/Content/Images/Indexers/NzbsOrg.png")
|
||||
.ImageUrl("~/Content/Images/Indexers/Nzbs.org.png")
|
||||
.Content(@<text>
|
||||
<div class="section_content">
|
||||
<div class="indexer_group">
|
||||
|
|
Loading…
Reference in New Issue