Fixed: Use friendly name instead of "Newznab" when fetching feeds
This commit is contained in:
parent
03ba8d071e
commit
3d423f57f8
|
@ -53,7 +53,7 @@ namespace NzbDrone.Core.Indexers
|
|||
|
||||
public override string ToString()
|
||||
{
|
||||
return GetType().Name;
|
||||
return Definition.Name;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue