mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Fixed bug
This commit is contained in:
parent
c50e2bb644
commit
d07f544099
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
@using PlexRequests.UI.Helpers
|
@using PlexRequests.UI.Helpers
|
||||||
@{
|
@{
|
||||||
var baseUrl = Html.GetBaseUrl();
|
var baseUrl = Html.GetBaseUrl().ToHtmlString();
|
||||||
var url = string.Empty;
|
var url = string.Empty;
|
||||||
if (!string.IsNullOrEmpty(baseUrl))
|
if (!string.IsNullOrEmpty(baseUrl))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue