mirror of
https://github.com/jellyfin/jellyfin-plugin-trakt.git
synced 2024-11-23 13:50:15 +00:00
Add Jellyfin client id and secret
This commit is contained in:
parent
79b91824a3
commit
dd1ec99515
@ -3,8 +3,8 @@
|
||||
public static class TraktUris
|
||||
{
|
||||
public const string BaseUrl = "https://api.trakt.tv";
|
||||
public const string ClientId = "redacted";
|
||||
public const string ClientSecret = "redacted";
|
||||
public const string ClientId = "58f2251f1c9e7275e94fef723a8604e6848bbf86a0d97dda82382a6c3231608c";
|
||||
public const string ClientSecret = "bf9fce37cf45c1de91da009e7ac6fca905a35d7a718bf65a52f92199073a2503";
|
||||
|
||||
#region POST URI's
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user