get Anime Episode Update
open suspend override fun getAnimeEpisodeUpdate(anime: SAnime, episodes: List<SEpisode>, fetchDetails: Boolean, fetchEpisodes: Boolean): SAnimeEpisodeUpdate(source)
Fetches updated information for an anime.
Depending on the provided flags or source availability, this may include updated anime metadata, available episodes, or both.
If a value is not requested, the existing provided value can be returned as-is. The host app may apply any returned updates regardless of the flags, so care should be taken to only return accurate and intentional changes.
Since
extensions-lib 17
Parameters
anime
The anime to fetch updates for.
episodes
Existing episodes of the anime.
fetch Details
Whether to fetch updated anime details.
fetch Episodes
Whether to fetch available episodes.