getAnimeDetails

open suspend override fun getAnimeDetails(anime: SAnime): SAnime(source)

Deprecated

Use the combined suspend API instead

Replace with

getAnimeEpisodeUpdate

Get the updated details for an anime. Normally it's not needed to override this method.

Return

the updated anime.

Parameters

anime

the anime to be updated.