Settings return with default values (via reflection)

This commit is contained in:
Mark McDowall 2013-03-03 17:07:22 -08:00
commit 62c1be1634
5 changed files with 19 additions and 10 deletions

View file

@ -9,6 +9,7 @@ namespace NzbDrone.Core.Configuration
public interface IConfigService
{
IEnumerable<Config> All();
Dictionary<String, Object> AllWithDefaults();
String NzbsOrgUId { get; set; }
String NzbsOrgHash { get; set; }
String NzbsrusUId { get; set; }