diff --git a/NzbDrone.Api/Frontend/StaticResourceMapper.cs b/NzbDrone.Api/Frontend/StaticResourceMapper.cs index f8b4fa738..9ef688ee0 100644 --- a/NzbDrone.Api/Frontend/StaticResourceMapper.cs +++ b/NzbDrone.Api/Frontend/StaticResourceMapper.cs @@ -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); } } } \ No newline at end of file