mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-25 15:33:11 +00: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()
|
||||
{
|
||||
return GetType().Name;
|
||||
return Definition.Name;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue