Add secrets config comment

This commit is contained in:
Chocobozzz
2026-02-19 16:03:18 +01:00
parent 664e9f96d6
commit 5b662c88fa
4 changed files with 23 additions and 7 deletions
+3 -6
View File
@@ -128,17 +128,14 @@ Object.values(VIDEO_CATEGORIES)
'We cannot fetch the playlist. Please try again later.',
'Playlist: {1}',
'By {1}',
'Unavailable video'
'Unavailable video',
'Audio only',
'Unknown'
])
.forEach(v => {
serverKeys[v] = v
})
// More keys
Object.assign(serverKeys, {
Unknown: 'Unknown'
})
// ISO 639 keys
const languageKeys: any = {}
const languages = buildLanguages()