pub async fn repository_get_series_view(
manager: State<'_, RepositoryManagerWrapper>,
handle: String,
series_id: String,
) -> Result<SeriesView, String>Expand description
A series’ episodes and the viewer’s current episode, from one season fan-out. The series page used to ask for these as two commands, each of which walked every season.
TRACES: UR-062 | DR-101, DR-295