pub async fn player_exit_background_audio(
player: State<'_, PlayerStateWrapper>,
) -> Result<BackgroundAudioResume, String>Expand description
Returns the item the native player is on and its absolute position. The item matters: an episode that ended while backgrounded has already advanced in the backend, so reloading the video the webview was mounted with would bring back the previous episode. (DR-296)
TRACES: UR-040, UR-023 | DR-052, DR-296 | UT-061, IT-013