stremio-addon-sdk
stremio-addon-sdk copied to clipboard
Manifest.config.key conflicts with reserved keyword "key".
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
i propose length
I'm assuming you're joking, but why not id
?
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