diff --git a/src/NzbDrone.Core/Indexers/Definitions/TorrentPotato/TorrentPotatoSettings.cs b/src/NzbDrone.Core/Indexers/Definitions/TorrentPotato/TorrentPotatoSettings.cs index 5c7d3808f..37ebaa46d 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/TorrentPotato/TorrentPotatoSettings.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/TorrentPotato/TorrentPotatoSettings.cs @@ -17,7 +17,7 @@ public TorrentPotatoSettingsValidator() } } - public class TorrentPotatoSettings : IIndexerSettings + public class TorrentPotatoSettings : ITorrentIndexerSettings { private static readonly TorrentPotatoSettingsValidator Validator = new ();