We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f2779 commit 87ccdc4Copy full SHA for 87ccdc4
1 file changed
resources/modules/trakt.py
@@ -0,0 +1,9 @@
1
+# Trakt integration placeholder
2
+# Sensitive credentials were removed from the repository history.
3
+# To use Trakt, set CLIENT_ID and CLIENT_SECRET through the addon's settings
4
+# or configure them at runtime — do NOT commit secrets to source control.
5
+
6
+CLIENT_ID = 'REDACTED'
7
+CLIENT_SECRET = 'REDACTED'
8
9
+# The original Trakt integration was removed from history to prevent leaks.
0 commit comments