mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-31 11:32:07 +00:00
Fixed images for FST and Wombles.
This commit is contained in:
parent
2c42977b40
commit
89691f923b
4 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ namespace NzbDrone.Core.Providers.Indexer
|
|||
|
||||
public override string Name
|
||||
{
|
||||
get { return "File Sharing Talk"; }
|
||||
get { return "FileSharingTalk"; }
|
||||
}
|
||||
|
||||
protected override string NzbDownloadUrl(SyndicationItem item)
|
||||
|
|
|
@ -37,7 +37,7 @@ namespace NzbDrone.Core.Providers.Indexer
|
|||
|
||||
public override string Name
|
||||
{
|
||||
get { return "Womble's Index"; }
|
||||
get { return "WomblesIndex"; }
|
||||
}
|
||||
|
||||
protected override string NzbDownloadUrl(SyndicationItem item)
|
||||
|
|
BIN
NzbDrone.Web/Content/Images/Indexers/FileSharingTalk.png
Normal file
BIN
NzbDrone.Web/Content/Images/Indexers/FileSharingTalk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 B |
BIN
NzbDrone.Web/Content/Images/Indexers/WomblesIndex.png
Normal file
BIN
NzbDrone.Web/Content/Images/Indexers/WomblesIndex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 385 B |
Loading…
Reference in a new issue