mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-09 02:06:56 +00:00
Fixed: Removed redirect permanent from old quality profile endpoint
This commit is contained in:
@@ -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);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user