mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Dynamic indexer type list
This commit is contained in:
@@ -58,8 +58,11 @@ namespace Jackett
|
||||
client = new HttpClient(handler);
|
||||
}
|
||||
|
||||
public bool IsConfigured { get; private set; }
|
||||
public string DisplayName { get { return "BitMeTV.org"; } }
|
||||
public string DisplayDescription { get { return "TV Episode specialty tracker"; } }
|
||||
public Uri SitLink { get { return new Uri("https://bitmetv.org"); } }
|
||||
|
||||
public bool IsConfigured { get; private set; }
|
||||
|
||||
public Task<ConfigurationData> GetConfigurationForSetup()
|
||||
{
|
||||
|
Reference in New Issue
Block a user