mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
Fixed #2170
This commit is contained in:
parent
b80ef04ab7
commit
0ce9fb2df9
3 changed files with 14 additions and 17 deletions
|
@ -81,6 +81,7 @@ namespace Ombi.Store.Repository
|
|||
|
||||
public void Update(GlobalSettings entity)
|
||||
{
|
||||
Db.Update(entity);
|
||||
//_cache.Remove(GetName(entity.SettingsName));
|
||||
Db.SaveChanges();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue