mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
fixed server side indexer issue
This commit is contained in:
@@ -15,7 +15,7 @@ namespace NzbDrone.Api.Frontend
|
||||
path = path.Trim(Path.DirectorySeparatorChar).ToLower();
|
||||
|
||||
|
||||
return Path.Combine("ui", path);
|
||||
return Path.Combine(Directory.GetCurrentDirectory(), "ui", path);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user