mirror of https://github.com/Radarr/Radarr
fixed resource mapper tests.
This commit is contained in:
parent
7696fb54dc
commit
9823560ec0
|
@ -15,7 +15,7 @@ namespace NzbDrone.Api.Frontend
|
||||||
path = path.Trim(Path.DirectorySeparatorChar).ToLower();
|
path = path.Trim(Path.DirectorySeparatorChar).ToLower();
|
||||||
|
|
||||||
|
|
||||||
return Path.Combine(Directory.GetCurrentDirectory(), "ui", path);
|
return Path.Combine("ui", path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue