Fixes url output.

This commit is contained in:
Victor Usoltsev 2020-10-07 15:29:38 +13:00
commit 46fb31cb98

View file

@ -96,6 +96,10 @@ namespace Ombi
urlValue = url.Value;
}
else if (string.IsNullOrEmpty(urlValue))
{
urlValue = host;
}
if (dbBaseUrl == null)
{