From 37ff6f5574564110fbbb18d4a5786da34bd4a3f5 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 29 Apr 2023 20:54:57 -0700 Subject: Fixed bug with not being able to pass in singular Orgnization enum --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b0ad51d..e23ecd8 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ public class App { } System.out.println("\n\n\nNow Searching Comments"); - String word = "Mumei"; + String word = "yabe"; Object scr = holodex.searchComment(new CommentSearchQueryBuilder().setOrg(List.of("Hololive")).setComment(List.of(word)).setLimit(1).setPaginated(false)); System.out.println("--- Search Results for comments containing kw: " + word + " ---"); for (SimpleCommentVideo video : (List) scr) { -- cgit v1.2.3