Handle basic playlist in embed

This commit is contained in:
Chocobozzz 2020-08-05 09:44:58 +02:00 committed by Chocobozzz
parent 5abc96fca2
commit 4572c3d0d9
13 changed files with 570 additions and 25 deletions

View file

@ -50,7 +50,9 @@ values(VIDEO_CATEGORIES)
'Sorry',
'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.'
'We cannot fetch the playlist. Please try again later.',
'Playlist: {1}',
'By {1}'
])
.forEach(v => { serverKeys[v] = v })