mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
fix(YouTube Node): Fix misspelled "unlisted" privacy status value in Video Update operation (#30203)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
d5d290d706
commit
96b018d356
|
|
@ -776,7 +776,7 @@ export const videoFields: INodeProperties[] = [
|
|||
},
|
||||
{
|
||||
name: 'Unlisted',
|
||||
value: 'unlistef',
|
||||
value: 'unlisted',
|
||||
},
|
||||
],
|
||||
default: '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user