From 36f03fcacb40f15ca9517623f6d056eadabebe5b Mon Sep 17 00:00:00 2001 From: ahmethakanbesel Date: Tue, 25 Feb 2025 21:09:17 +0300 Subject: [PATCH] youtube: remove unnecessary comment --- pkg/youtube/youtube.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/youtube/youtube.go b/pkg/youtube/youtube.go index 2aea94d..2953eeb 100644 --- a/pkg/youtube/youtube.go +++ b/pkg/youtube/youtube.go @@ -207,7 +207,7 @@ type playerResponse struct { } `json:"playerCaptionsTracklistRenderer"` } `json:"captions"` VideoDetails struct { - Title string `json:"title"` // Added to capture video title + Title string `json:"title"` } `json:"videoDetails"` }