frontend is all done !wip

This commit is contained in:
Jamie Rees 2018-04-19 22:15:20 +01:00
parent 2fc4ef2613
commit 2cd9c4d9b1
14 changed files with 146 additions and 52 deletions

View file

@ -208,7 +208,7 @@ namespace Ombi.Api.Plex
AddHeaders(request);
var forwardUrl = wizard
? new Request($"Wizard/OAuth/{pinId}", applicationUrl, HttpMethod.Get)
: new Request($"api/v1/PlexOAuth/{pinId}", applicationUrl, HttpMethod.Get);
: new Request($"Login/OAuth/{pinId}", applicationUrl, HttpMethod.Get);
request.AddQueryString("forwardUrl", forwardUrl.FullUri.ToString());
request.AddQueryString("pinID", pinId.ToString());