mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixes url output.
This commit is contained in:
parent
0c97737aab
commit
46fb31cb98
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,10 @@ namespace Ombi
|
||||||
|
|
||||||
urlValue = url.Value;
|
urlValue = url.Value;
|
||||||
}
|
}
|
||||||
|
else if (string.IsNullOrEmpty(urlValue))
|
||||||
|
{
|
||||||
|
urlValue = host;
|
||||||
|
}
|
||||||
|
|
||||||
if (dbBaseUrl == null)
|
if (dbBaseUrl == null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue