Dynamic indexer type list

This commit is contained in:
zone117x
2015-04-13 08:25:41 -06:00
parent 2fd026b7d4
commit 7b4e6f97d5
13 changed files with 82 additions and 42 deletions

View File

@@ -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()
{