mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Fixed error
This commit is contained in:
parent
1c5cabd129
commit
3833e410e9
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ namespace Ombi.Controllers.V1.External
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
Log.LogError(LoggingEvents.Api, e, "Could not test Mobile Notifications");
|
Log.LogError(LoggingEvents.Api, e, "Could not test Lidarr");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue