Extend the torrent settings interface in TorrentPotato settings class

This commit is contained in:
Bogdan 2023-09-27 23:23:43 +03:00
parent b8df720c6c
commit e318a47b3a

View file

@ -17,7 +17,7 @@ namespace NzbDrone.Core.Indexers.Definitions.TorrentPotato
}
}
public class TorrentPotatoSettings : IIndexerSettings
public class TorrentPotatoSettings : ITorrentIndexerSettings
{
private static readonly TorrentPotatoSettingsValidator Validator = new ();