mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Added SaveValues to ConfigService
This commit is contained in:
parent
9bb383e2b8
commit
3dcf99753e
3 changed files with 20 additions and 0 deletions
|
@ -87,5 +87,6 @@ namespace NzbDrone.Core.Configuration
|
|||
PriorityType NzbgetRecentTvPriority { get; set; }
|
||||
string GetValue(string key, object defaultValue, bool persist = false);
|
||||
void SetValue(string key, string value);
|
||||
void SaveValues(Dictionary<string, object> configValues);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue