mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 21:51:13 -07:00
Fixed
This commit is contained in:
parent
f0b63e0fdd
commit
fb1d3a9e92
13 changed files with 50 additions and 38 deletions
|
@ -221,7 +221,7 @@ namespace PlexRequests.UI.Modules
|
|||
}
|
||||
|
||||
if (!string.IsNullOrWhiteSpace (model.BaseUrl)) {
|
||||
if (model.BaseUrl.StartsWith ("/") || model.BaseUrl.StartsWith ("\\"));
|
||||
if (model.BaseUrl.StartsWith ("/") || model.BaseUrl.StartsWith ("\\"))
|
||||
{
|
||||
model.BaseUrl = model.BaseUrl.Remove (0, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue