mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-24 19:52:39 +01:00
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…
Reference in New Issue
Block a user