🐛 Fix typo in YouTube unlisted setting (#1170)

* Fix typo in YouTube unlisted option

* Fix typo in YouTube unlisted option (2)
This commit is contained in:
Luis Herranz 2020-11-18 23:30:43 +01:00 committed by GitHub
parent 137c334389
commit 06fa48dd2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -107,7 +107,7 @@ export const playlistFields = [
},
{
name: 'Unlisted',
value: 'unlistef',
value: 'unlisted',
},
],
default: '',
@ -553,7 +553,7 @@ export const playlistFields = [
},
{
name: 'Unlisted',
value: 'unlistef',
value: 'unlisted',
},
],
default: '',

View file

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