DownloadQueueItem
@Serializable
General data about the episode and show to start a download from.
Constructors
Link copied to clipboard
constructor(episode: ResultEpisode, isMovie: Boolean, resultName: String, resultType: TvType, resultPoster: String?, apiName: String, resultId: Int, resultUrl: String, links: List<ExtractorLink>? = null, subs: List<SubtitleData>? = null)