Fixed: (IPTorrents) Allow UA override for CF

Fixes #842
Fixes #809
This commit is contained in:
Qstick
2022-07-03 17:23:47 -05:00
parent d2c1ffa761
commit 59b7435820
2 changed files with 22 additions and 1 deletions
@@ -33,7 +33,7 @@ namespace NzbDrone.Core.Indexers.Settings
[FieldDefinition(4)]
public IndexerTorrentBaseSettings TorrentBaseSettings { get; set; } = new IndexerTorrentBaseSettings();
public NzbDroneValidationResult Validate()
public virtual NzbDroneValidationResult Validate()
{
return new NzbDroneValidationResult(Validator.Validate(this));
}