Function stremio_core::models::player::intro_outro_update
source ยท fn intro_outro_update<E: Env + 'static>(
intro_outro: &mut Option<IntroOutro>,
profile: &Profile,
selected: Option<&Selected>,
video_params: Option<&VideoParams>,
series_info: Option<&SeriesInfo>,
library_item: Option<&LibraryItem>,
skip_gaps: &mut Option<(SkipGapsRequest, Loadable<SkipGapsResponse, CtxError>)>,
) -> Effects