Added categories to bB

This commit is contained in:
unknown
2015-08-10 19:36:42 -06:00
parent 9a7fe91eb8
commit 001074b101
4 changed files with 35 additions and 10 deletions

View File

@@ -94,7 +94,7 @@ namespace Jackett.Indexers
protected virtual void SaveConfig()
{
indexerService.SaveConfig(this as IIndexer, configData.ToJson(protectionService,forDisplay: false));
indexerService.SaveConfig(this as IIndexer, configData.ToJson(protectionService, forDisplay: false));
}
protected void OnParseError(string results, Exception ex)
@@ -390,7 +390,7 @@ namespace Jackett.Indexers
}
}
return result;
return result.Distinct().ToList();
}
}
}