This commit is contained in:
Simon
2025-08-10 12:50:01 +00:00
parent 0ce2347022
commit 0aee46371a
2 changed files with 6 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ impl Provider for AllProvider {
) -> Vec<VideoItem> {
let sites = options.sites.unwrap();
println!("{:?}", sites);
println!("Sites: {:?}", sites);
return vec![];
}