mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
New: (Indexers) Per indexer api and download limits
This commit is contained in:
@@ -5,5 +5,6 @@ namespace NzbDrone.Core.Indexers
|
||||
public interface IIndexerSettings : IProviderConfig
|
||||
{
|
||||
string BaseUrl { get; set; }
|
||||
IndexerBaseSettings BaseSettings { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user