[][src]Function aspotify::endpoints::player::skip_prev

pub async fn skip_prev<'_, '_>(
    token: &'_ AccessToken,
    device_id: Option<&'_ str>
) -> Result<(), EndpointError<PlayerError>>

Skip to previous track (Beta).

Requires user-modify-playback-state. This action complete asynchronously, meaning you will not know if it succeeded unless you check.

After a successful skip operation, playback will automatically start. This action will always skip to the previous track, regardless of the current track's progress; to go to the start of the track, use seek.

Reference.