MoreThanTv completed

This commit is contained in:
zone117x
2015-04-18 19:47:13 -06:00
parent ec41863630
commit c3e1fd17c4
3 changed files with 5 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ namespace Jackett.Indexers
return (ConfigurationData)config;
}
public async Task ApplyConfiguration(Newtonsoft.Json.Linq.JToken configJson)
public async Task ApplyConfiguration(JToken configJson)
{
var config = new ConfigurationDataBasicLogin();