Skip to main content

EpisodeRow

Type Alias EpisodeRow 

Source
type EpisodeRow = (String, String, Option<String>, Option<i32>, Option<i32>);
Expand description

One row of the series episode listing used when queueing a whole series: (id, name, season_name, index_number, parent_index_number).