some fix - final

- debug searchYoutube fun (8x)
This commit is contained in:
dalbodeule
2024-08-06 21:12:44 +09:00
parent 833bfbd46d
commit 5a46e62a61

View File

@@ -40,8 +40,6 @@ fun searchYoutube(query: String): String? {
val firstVideo = videos.get(0).asJsonObject
logger.info(firstVideo.toString())
val videoId = firstVideo.get("id").asString
return videoId