Episode

constructor(    data: String,     name: String? = null,     season: Int? = null,     episode: Int? = null,     posterUrl: String? = null,     rating: Int? = null,     description: String? = null,     date: Long? = null)(source)

Deprecated

Use newEpisode with runTime included

Secondary constructor for backwards compatibility without runTime. TODO Remove this constructor after there is a new stable release and extensions are updated to support runTime.


constructor(    data: String,     name: String? = null,     season: Int? = null,     episode: Int? = null,     posterUrl: String? = null,     rating: Int? = null,     description: String? = null,     date: Long? = null,     runTime: Int? = null)(source)

Deprecated

Use newEpisode