1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Make presets work for RSS Import :)

This commit is contained in:
Leonardo Galli
2017-01-22 13:44:03 +01:00
parent 2413457323
commit 0bab97e02f
2 changed files with 8 additions and 1 deletions
@@ -22,7 +22,7 @@ namespace NzbDrone.Core.NetImport.RSSImport
: base(httpClient, configService, parsingService, logger)
{ }
public new virtual IEnumerable<ProviderDefinition> DefaultDefinitions
public override IEnumerable<ProviderDefinition> DefaultDefinitions
{
get
{