From e318a47b3a3d2bece6cd584fc0dd0ca206daa492 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Wed, 27 Sep 2023 23:23:43 +0300 Subject: [PATCH] Extend the torrent settings interface in TorrentPotato settings class --- .../Indexers/Definitions/TorrentPotato/TorrentPotatoSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ namespace NzbDrone.Core.Indexers.Definitions.TorrentPotato } } - public class TorrentPotatoSettings : IIndexerSettings + public class TorrentPotatoSettings : ITorrentIndexerSettings { private static readonly TorrentPotatoSettingsValidator Validator = new ();