🐛 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
2 changed files with 3 additions and 3 deletions

View File

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

View File

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