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:
Dawid Myslak 2026-05-11 12:00:29 +02:00 committed by GitHub
parent d5d290d706
commit 96b018d356
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -776,7 +776,7 @@ export const videoFields: INodeProperties[] = [
},
{
name: 'Unlisted',
value: 'unlistef',
value: 'unlisted',
},
],
default: '',