mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
Fixed #1721
This commit is contained in:
parent
169b73047a
commit
a383839bd0
23 changed files with 917 additions and 30 deletions
|
@ -142,6 +142,11 @@ namespace Ombi.Settings.Settings
|
|||
|
||||
}
|
||||
|
||||
public void ClearCache()
|
||||
{
|
||||
_cache.Remove(CacheName);
|
||||
}
|
||||
|
||||
private string EncryptSettings(GlobalSettings settings)
|
||||
{
|
||||
return settings.Content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue