mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed: Removed redirect permanent from old quality profile endpoint
This commit is contained in:
parent
6671934c0f
commit
7d7fe912aa
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace NzbDrone.Api.Profiles
|
|||
string queryString = ConvertQueryParams(Request.Query);
|
||||
var url = String.Format("/api/profile?{0}", queryString);
|
||||
|
||||
return Response.AsRedirect(url, RedirectResponse.RedirectType.Permanent);
|
||||
return Response.AsRedirect(url);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue