getSeasonList

abstract suspend fun getSeasonList(anime: SAnime): List<SAnime>(source)

Get all the available seasons for an anime

Since

extensions-lib 16

Return

the anime list for the anime.

Parameters

anime

the anime to fetch seasons for.