images

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

Get the images that belong to a TV season.

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

language

A language code

includeLanguage

A list of language codes to filter the results