mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
added tests for basic config set/get to db
This commit is contained in:
parent
1620721efe
commit
772452aa8b
13 changed files with 5874 additions and 13 deletions
|
@ -11,5 +11,8 @@ namespace NzbDrone.Core.Controllers
|
|||
|
||||
set;
|
||||
}
|
||||
|
||||
string GetValue(string key, object defaultValue, bool makePermanent);
|
||||
void SetValue(string key, string value);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue