fixed resource mapper tests.

pull/4/head
kay.one 11 years ago
parent 7696fb54dc
commit 9823560ec0

@ -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…
Cancel
Save