mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-07 23:17:35 +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 @@ namespace NzbDrone.Api.Frontend
|
|||
path = path.Trim(Path.DirectorySeparatorChar).ToLower();
|
||||
|
||||
|
||||
return Path.Combine(Directory.GetCurrentDirectory(), "ui", path);
|
||||
return Path.Combine("ui", path);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue