Stremio / stremio-addon-sdk

🧙 A Node.js SDK for creating and publishing Stremio add-ons
https://www.stremio.com/addon-sdk
MIT License
656 stars 175 forks source link

fixed router to have the right order of parameters #201

Closed dexter21767 closed 1 year ago

dexter21767 commented 1 year ago

using manifest.resources as constraint for req.params.resource to avoid conflict in the order of the request parameters.

jaruba commented 1 year ago

Not sure if this is the best solution yet, but it works to fix the router bug, so i'll accept it