mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 22:47:05 -04:00
Fixed: Use friendly name instead of "Newznab" when fetching feeds
This commit is contained in:
parent
03ba8d071e
commit
3d423f57f8
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ namespace NzbDrone.Core.Indexers
|
||||||
|
|
||||||
public override string ToString()
|
public override string ToString()
|
||||||
{
|
{
|
||||||
return GetType().Name;
|
return Definition.Name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue