Skip to content

Commit

Permalink
youtube: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmethakanbesel committed Feb 25, 2025
1 parent f4e0bce commit 36f03fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/youtube/youtube.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit 36f03fc

Please sign in to comment.