mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Added Auth, startup options to UI
Added caching to ConfigFileProvider,
This commit is contained in:
parent
8a5bd31da7
commit
4da6654440
34 changed files with 579 additions and 365 deletions
|
@ -9,5 +9,6 @@ namespace NzbDrone.Common.Cache
|
|||
bool ContainsKey(string key);
|
||||
void Clear();
|
||||
void Remove(string key);
|
||||
T Get(string key);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue