fix: parsing music details with video description tab
This commit is contained in:
parent
e5d85ae76d
commit
a267413a82
4 changed files with 31 additions and 3 deletions
|
|
@ -2218,6 +2218,7 @@ async fn music_search_suggestion(
|
|||
#[rstest]
|
||||
#[case::mv("mv", "ZeerrnuLi5E")]
|
||||
#[case::track("track", "qIZ-vvg-wiU")]
|
||||
#[case::track_details("track_details", "1eekOcpx_iQ")]
|
||||
#[tokio::test]
|
||||
async fn music_details(#[case] name: &str, #[case] id: &str, rp: RustyPipe) {
|
||||
let track = rp.query().music_details(id).await.unwrap();
|
||||
|
|
|
|||
Reference in a new issue