mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
Fixed: Use friendly name instead of "Newznab" when fetching feeds
This commit is contained in:
@@ -53,7 +53,7 @@ namespace NzbDrone.Core.Indexers
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return GetType().Name;
|
||||
return Definition.Name;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user