mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fixed: Use normal URL for Trakt Oauth per new docs
This commit is contained in:
@@ -19,7 +19,7 @@ namespace NzbDrone.Core.Notifications.Trakt
|
|||||||
public class TraktProxy : ITraktProxy
|
public class TraktProxy : ITraktProxy
|
||||||
{
|
{
|
||||||
private const string URL = "https://api.trakt.tv";
|
private const string URL = "https://api.trakt.tv";
|
||||||
private const string OAuthUrl = "https://api.trakt.tv/oauth/authorize";
|
private const string OAuthUrl = "https://trakt.tv/oauth/authorize";
|
||||||
private const string RedirectUri = "https://auth.servarr.com/v1/trakt/auth";
|
private const string RedirectUri = "https://auth.servarr.com/v1/trakt/auth";
|
||||||
private const string RenewUri = "https://auth.servarr.com/v1/trakt/renew";
|
private const string RenewUri = "https://auth.servarr.com/v1/trakt/renew";
|
||||||
private const string ClientId = "64508a8bf370cee550dde4806469922fd7cd70afb2d5690e3ee7f75ae784b70e";
|
private const string ClientId = "64508a8bf370cee550dde4806469922fd7cd70afb2d5690e3ee7f75ae784b70e";
|
||||||
|
|||||||
Reference in New Issue
Block a user