mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 00:06:05 -07:00
Reverted
This commit is contained in:
parent
7597202aac
commit
c1ea2ecc65
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ namespace PlexRequests.UI.Modules
|
||||||
{
|
{
|
||||||
if (!string.IsNullOrEmpty(Username) || IsAdmin)
|
if (!string.IsNullOrEmpty(Username) || IsAdmin)
|
||||||
{
|
{
|
||||||
var url = Linker.BuildAbsoluteUri(Context, "SearchIndex").ToString();
|
var url = Linker.BuildRelativeUri(Context, "SearchIndex").ToString();
|
||||||
return Response.AsRedirect(url);
|
return Response.AsRedirect(url);
|
||||||
}
|
}
|
||||||
var settings = await AuthService.GetSettingsAsync();
|
var settings = await AuthService.GetSettingsAsync();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue