1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

fixed resource mapper tests.

This commit is contained in:
kay.one 2013-05-02 22:42:18 -07:00
parent 7696fb54dc
commit 9823560ec0

View File

@ -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);
}
}
}