We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fc6bc commit d576fa1Copy full SHA for d576fa1
pkg/yutuber/video/video.go
@@ -214,7 +214,7 @@ func (v *video) Insert(silent bool) {
214
playlistItem.WithTitle(res.Snippet.Title),
215
playlistItem.WithDescription(res.Snippet.Description),
216
playlistItem.WithKind("video"),
217
- playlistItem.WithVideoId(res.Id),
+ playlistItem.WithKVideoId(res.Id),
218
playlistItem.WithPlaylistId(v.PlaylistId),
219
playlistItem.WithChannelId(res.Snippet.ChannelId),
220
playlistItem.WithPrivacy(res.Status.PrivacyStatus),
0 commit comments