getSeasonList

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

Get all the available seasons for an anime. Normally it's not needed to override this method.

Since

extensions-lib 16

Return

the seasons for the anime.

Parameters

anime

the anime to look for seasons.