Handle unavailable videos in embed playlists

This commit is contained in:
Chocobozzz 2020-08-05 11:41:22 +02:00 committed by Chocobozzz
parent a950e4c82b
commit 56674bb9f8
4 changed files with 71 additions and 26 deletions

View file

@ -52,7 +52,8 @@ values(VIDEO_CATEGORIES)
'This playlist does not exist',
'We cannot fetch the playlist. Please try again later.',
'Playlist: {1}',
'By {1}'
'By {1}',
'Unavailable video'
])
.forEach(v => { serverKeys[v] = v })