You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using "key" as an object key can lead to issues as it's a reserved keyword. TypeScript threw this up for me as an error. Rather than "key", another word should be used.
the addon configuration properties do no impact the addon sdk in any way, key is just used as an example, it can be changed to secretKey in the docs / example
Using "key" as an object key can lead to issues as it's a reserved keyword. TypeScript threw this up for me as an error. Rather than "key", another word should be used.
The reference in docs: https://github.com/Stremio/stremio-addon-sdk/blob/master/docs/api/responses/manifest.md#config-format
The text was updated successfully, but these errors were encountered: