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 6e9c661 commit 5ff2637Copy full SHA for 5ff2637
addon.js
@@ -11,6 +11,10 @@ const builder = new addonBuilder({
11
types: ["movie", "series"],
12
idPrefixes: ["tt", "kitsu"],
13
catalogs: [],
14
+ stremioAddonsConfig: {
15
+ issuer: "https://stremio-addons.net",
16
+ signature: "eyJhbGciOiJkaXIiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2In0..Q3c1o6zGBTzcnwfyb57kMw.evFQ-ODwmOeZWPsJ2Zkx-S_EgSpekuJcSOgnrTUR8pPy9tGHSZHo0n2PaIr5kRag6A4GVxDQ5MEW2G-4w8sHVwjEyO9TIqJMHBbZ0xbItd83SmHtN9unjgIi3tgwf6xr.XxBTJoNyWmi89W67BhG4FA"
17
+ }
18
});
19
20
const searchCache = new Map();
0 commit comments