mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-17 10:45:49 +02:00
parent
690b851836
commit
6db2401359
@ -15,7 +15,7 @@ public abstract class TraktImportBase<TSettings> : HttpImportListBase<TSettings>
|
||||
{
|
||||
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