Add logic to handle playlist in embed
This commit is contained in:
parent
a4ff3100d3
commit
5abc96fca2
10 changed files with 244 additions and 51 deletions
|
@ -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 })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue