Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
89Q12 committed Jun 9, 2022
1 parent edfe0ce commit fcd898c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async fn main() {
let client_config = &default_client_config();
// get player for video with id gC6dQrScmHE
let player: PlayerResult = player(String::from("gC6dQrScmHE"),String::from(""),&client_config).await.unwrap();
println!("{}",video_query.video_details.title); // video title
println!("{}",player.video_details.title); // video title
}

```
Expand Down

0 comments on commit fcd898c

Please sign in to comment.