1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Fast forward on HLS decode error

This commit is contained in:
Chocobozzz 2022-02-02 11:16:23 +01:00
parent b25fdc73fd
commit c4207f978e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 610 additions and 549 deletions

View file

@ -55,7 +55,8 @@ const playerKeys = {
'Playlist: {1}': 'Playlist: {1}',
'disabled': 'disabled',
' off': ' off',
'Player mode': 'Player mode'
'Player mode': 'Player mode',
'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.'
}
Object.assign(playerKeys, videojs)