mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-29 11:23:02 +02:00
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();
|
||||
|
||||
|
||||
return Path.Combine(Directory.GetCurrentDirectory(), "ui", path);
|
||||
return Path.Combine("ui", path);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user