mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Potential fix for the DB locking issue #1720
This commit is contained in:
parent
1329a765ab
commit
6d5a823353
4 changed files with 46 additions and 28 deletions
|
@ -101,7 +101,7 @@ namespace Ombi.Notifications.Agents
|
|||
|
||||
var notification = new NotificationMessage
|
||||
{
|
||||
Message = parsed.Message,
|
||||
Message = parsed.Message ?? string.Empty,
|
||||
};
|
||||
|
||||
await Send(notification, settings);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue