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
The argument "extra" passed to defineSubtitlesHandler should get a "filename" property however I'm getting undefined when trying to access it:
Is there any way around this? Without this property I can't search subtitles based on keywords in the filename thus having to try each subtitle one by one instead of just getting the one for that specific file.
Thank you.
The text was updated successfully, but these errors were encountered:
On what platform are you testing? We are still working on getting the same behavior across all apps for subtitle addons, we are also including new behavior hints for streams related to this: #249
According to this: https://github.com/Stremio/stremio-addon-sdk/blob/master/docs/api/requests/defineSubtitlesHandler.md#extra-parameters
The argument "extra" passed to defineSubtitlesHandler should get a "filename" property however I'm getting undefined when trying to access it:
Is there any way around this? Without this property I can't search subtitles based on keywords in the filename thus having to try each subtitle one by one instead of just getting the one for that specific file.
Thank you.
The text was updated successfully, but these errors were encountered: