mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-05 07:15:21 +01:00
Extend the torrent settings interface in TorrentPotato settings class
This commit is contained in:
parent
b8df720c6c
commit
e318a47b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ public TorrentPotatoSettingsValidator()
|
|||
}
|
||||
}
|
||||
|
||||
public class TorrentPotatoSettings : IIndexerSettings
|
||||
public class TorrentPotatoSettings : ITorrentIndexerSettings
|
||||
{
|
||||
private static readonly TorrentPotatoSettingsValidator Validator = new ();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue