mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Settings return with default values (via reflection)
This commit is contained in:
parent
3430ad3ee8
commit
62c1be1634
5 changed files with 19 additions and 10 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue