Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote addons descriptor #736

Conversation

tymmesyde
Copy link
Member

No description provided.

@@ -118,7 +118,7 @@ pub enum ResourceResponse {
subtitles: Vec<Subtitles>,
},
Addons {
addons: Vec<DescriptorPreview>,
addons: Vec<Descriptor>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per SDK docs it seems we indeed use the addons indeed should return the full descriptor:
https://github.com/Stremio/stremio-addon-sdk/blob/master/docs/api/responses/addon_catalog.md

I will ping @jaruba about this just to confirm as he might know edge cases where addons return DescriptorPreview instead. I just hope we don't break any addons :D

@tymmesyde tymmesyde marked this pull request as ready for review November 13, 2024 16:09
@tymmesyde tymmesyde merged commit ffb645e into feat/install-addons-model-supports-full-descriptor Nov 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants