This commit is contained in:
tidusjar 2016-05-17 21:21:42 +01:00
parent f0b63e0fdd
commit fb1d3a9e92
13 changed files with 50 additions and 38 deletions

View file

@ -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);
}