Web UI development started

This commit is contained in:
zone117x
2015-04-14 08:51:56 -06:00
parent 7b4e6f97d5
commit a4f18471a8
18 changed files with 4035 additions and 175 deletions

View File

@@ -12,8 +12,7 @@ namespace Jackett
{
string DisplayName { get; }
string DisplayDescription { get; }
Uri SitLink { get; }
Uri SiteLink { get; }
// Retrieved for starting setup for the indexer via web API
Task<ConfigurationData> GetConfigurationForSetup();