TmdbLink

data class TmdbLink(val imdbID: String?, val tmdbID: Int?, val episode: Int?, val season: Int?, val movieName: String? = null)

episode and season starting from 1 they are null if movie

Constructors

Link copied to clipboard
constructor(imdbID: String?, tmdbID: Int?, episode: Int?, season: Int?, movieName: String? = null)

Properties

Link copied to clipboard
val episode: Int?
Link copied to clipboard
Link copied to clipboard
val movieName: String? = null
Link copied to clipboard
val season: Int?
Link copied to clipboard
val tmdbID: Int?