images

fun images(tvId: Int, seasonNumber: Int, episodeNumber: Int, language: LocaleCode? = null, vararg includeLanguage: LocaleCode?): Flow.Publisher<TvEpisodeImages>(source)

Get the images that belong to a TV episode.

Querying images with a language parameter will filter the results. If you want to include a fallback language (especially useful for backdrops) you can use the includeImageLanguage parameter. This should be a comma seperated value like so: en,null

Parameters

tvId

The id of the TV show

seasonNumber

The number of the season

episodeNumber

The number of the episode

language

A language code

includeLanguage

A list of language codes to filter the results