fix: ignore live tracks in YTM searches

This commit is contained in:
ThetaDev 2024-10-12 05:33:23 +02:00
parent 721f1dfa0c
commit 11e25c8e02
4 changed files with 11839 additions and 0 deletions

View file

@ -264,6 +264,7 @@ mod tests {
#[case::typo("typo")]
#[case::radio("radio")]
#[case::artist("artist")]
#[case::live("live")]
fn map_music_search_main(#[case] name: &str) {
let json_path = path!(*TESTFILES / "music_search" / format!("main_{name}.json"));
let json_file = File::open(json_path).unwrap();