1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-24 19:52:39 +01:00

Fixed: Use normal URL for Trakt Oauth per new docs

Closes #4521
This commit is contained in:
Qstick 2021-06-02 22:09:01 -04:00 committed by Mark McDowall
parent 690b851836
commit 6db2401359

View File

@ -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";