mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed image name for Nzbs.org image on Indexer Settings.
This commit is contained in:
parent
5d7ecea046
commit
f1584e0f88
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue