Fixed: Use normal URL for Trakt Oauth per new docs

Closes #4521
pull/4536/head
Qstick 3 years ago committed by Mark McDowall
parent 690b851836
commit 6db2401359

@ -15,7 +15,7 @@ namespace NzbDrone.Core.ImportLists.Trakt
{
public override ImportListType ListType => ImportListType.Trakt;
public const string OAuthUrl = "https://api.trakt.tv/oauth/authorize";
public const string OAuthUrl = "https://trakt.tv/oauth/authorize";
public const string RedirectUri = "https://auth.servarr.com/v1/trakt_sonarr/auth";
public const string RenewUri = "https://auth.servarr.com/v1/trakt_sonarr/renew";
public const string ClientId = "d44ba57cab40c31eb3f797dcfccd203500796539125b333883ec1d94aa62ed4c";

Loading…
Cancel
Save