Skip to content

Commit 36f03fc

Browse files
youtube: remove unnecessary comment
1 parent f4e0bce commit 36f03fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/youtube/youtube.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ type playerResponse struct {
207207
} `json:"playerCaptionsTracklistRenderer"`
208208
} `json:"captions"`
209209
VideoDetails struct {
210-
Title string `json:"title"` // Added to capture video title
210+
Title string `json:"title"`
211211
} `json:"videoDetails"`
212212
}
213213

0 commit comments

Comments
 (0)