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

@@ -60,7 +60,7 @@ namespace Jackett
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 Uri SiteLink { get { return new Uri("https://bitmetv.org"); } }
public bool IsConfigured { get; private set; }
@@ -81,7 +81,7 @@ namespace Jackett
return Task.Run(async () =>
{
var config = new BmtvConfig();
config.LoadValuesFromJson(configJson["config"]);
config.LoadValuesFromJson(configJson);
var pairs = new Dictionary<string, string>
{