stremio-addon-sdk
stremio-addon-sdk copied to clipboard
Video released must be optional
Video released prop must be declared optional. In cases when there is no information about the released date of a future video (eg TBA), no value (or null) must be provided for video.released instead of using unix epoch time for that. That change has already been implemented in stremio-core
@nklhrstv does this not need to be implemented in stremio-models also before changing the docs?