mirror of
https://github.com/Radarr/Radarr
synced 2025-02-20 21:37:18 +00:00
fixed resource mapper tests.
This commit is contained in:
parent
7696fb54dc
commit
9823560ec0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public string Map(string resourceUrl)
|
|||
path = path.Trim(Path.DirectorySeparatorChar).ToLower();
|
||||
|
||||
|
||||
return Path.Combine(Directory.GetCurrentDirectory(), "ui", path);
|
||||
return Path.Combine("ui", path);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue