mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-30 18:24:45 -04:00
Fixed images for FST and Wombles.
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user