mirror of
https://github.com/Readarr/Readarr
synced 2026-01-06 07:40:49 +01: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