EpisodeRange

data class EpisodeRange(val startIndex: Int, val length: Int, val startEpisode: Int, val endEpisode: Int)

This starts at 1

Constructors

Link copied to clipboard
constructor(startIndex: Int, length: Int, startEpisode: Int, endEpisode: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val length: Int
Link copied to clipboard
Link copied to clipboard