mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 13:45:02 +00:00
parent
690b851836
commit
6db2401359
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue