Merge branch 'main' into fix/music-album-playlists
This commit is contained in:
commit
3eadf82b8b
1 changed files with 3 additions and 0 deletions
|
|
@ -1600,6 +1600,8 @@ async fn music_search_videos() {
|
||||||
assert_next(res.items, rp.query(), 15, 2).await;
|
assert_next(res.items, rp.query(), 15, 2).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
This podcast was removed from YouTube Music and I could not find another one
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn music_search_episode() {
|
async fn music_search_episode() {
|
||||||
let rp = RustyPipe::builder().strict().build();
|
let rp = RustyPipe::builder().strict().build();
|
||||||
|
|
@ -1624,6 +1626,7 @@ async fn music_search_episode() {
|
||||||
);
|
);
|
||||||
assert!(!track.cover.is_empty(), "got no cover");
|
assert!(!track.cover.is_empty(), "got no cover");
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
#[rstest]
|
#[rstest]
|
||||||
#[case::single(
|
#[case::single(
|
||||||
|
|
|
||||||
Reference in a new issue