images

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

Get the images that belong to a TV show.

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

language

A language code

includeLanguage

A list of language codes to filter the results