Skip to content

Commit fbbed77

Browse files
committed
feat(engine-demo): test all engines
1 parent 692b219 commit fbbed77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine-demo/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async fn main() {
2929

3030
let executor = unm_api_utils::executor::build_full_executor();
3131
let engines_to_use = std::env::var("ENGINES")
32-
.unwrap_or_else(|_| "bilibili ytdl kugou migu".to_string())
32+
.unwrap_or_else(|_| executor.list().join(" "))
3333
.split_whitespace()
3434
.map(|v| Cow::Owned(v.to_string()))
3535
.collect::<Vec<Cow<'static, str>>>();

0 commit comments

Comments
 (0)