1
0
Fork 0
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:
markus101 2014-02-04 20:20:00 -08:00
parent 03ba8d071e
commit 3d423f57f8

View file

@ -53,7 +53,7 @@ namespace NzbDrone.Core.Indexers
public override string ToString()
{
return GetType().Name;
return Definition.Name;
}
}