Skip to main content

player_remove_from_queue

Function player_remove_from_queue 

Source
pub async fn player_remove_from_queue(
    player: State<'_, PlayerStateWrapper>,
    index: usize,
) -> Result<QueueStatus, String>