Skip to content

Commit 9813dc7

Browse files
authored
fix: maxresults
1 parent 59df488 commit 9813dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async fn get_videos(
2222
let id = info.id.replace("UC", "UU");
2323

2424
let max_results = query
25-
.get("maxResults")
25+
.get("maxresults")
2626
.and_then(|v| v.parse::<u32>().ok())
2727
.map(|v| v.clamp(1, 50))
2828
.unwrap_or(5);

0 commit comments

Comments
 (0)