Add logic to handle playlist in embed

This commit is contained in:
Chocobozzz 2020-08-04 11:42:06 +02:00 committed by Chocobozzz
parent a4ff3100d3
commit 5abc96fca2
10 changed files with 244 additions and 51 deletions

View file

@ -48,7 +48,9 @@ values(VIDEO_CATEGORIES)
'This video does not exist.',
'We cannot fetch the video. Please try again later.',
'Sorry',
'This video is not available because the remote instance is not responding.'
'This video is not available because the remote instance is not responding.',
'This playlist does not exist',
'We cannot fetch the playlist. Please try again later.'
])
.forEach(v => { serverKeys[v] = v })