mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 09:12:57 -07:00
This commit is contained in:
parent
ba2fd48067
commit
d7f0f61ece
8 changed files with 31 additions and 20 deletions
|
@ -63,7 +63,7 @@ namespace Ombi.Store.Repository
|
|||
{
|
||||
|
||||
var obj = await Db.Settings.FirstOrDefaultAsync(x => x.SettingsName == settingsName);
|
||||
Db.Entry(obj).Reload();
|
||||
if (obj != null) Db.Entry(obj).Reload();
|
||||
return obj;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue