aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-02-02 11:16:23 +0100
committerChocobozzz <me@florianbigard.com>2022-02-02 11:26:18 +0100
commitc4207f978e23c77f09c4646b940dfd532281300f (patch)
treeb11f459839dced708a80f6cff5d57e49ecf45917 /scripts
parentb25fdc73fdf22896093e12c51bb64160c0410879 (diff)
downloadPeerTube-c4207f978e23c77f09c4646b940dfd532281300f.tar.gz
PeerTube-c4207f978e23c77f09c4646b940dfd532281300f.tar.zst
PeerTube-c4207f978e23c77f09c4646b940dfd532281300f.zip
Fast forward on HLS decode error
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/i18n/create-custom-files.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts
index 248a5b038..bf3dfa1c9 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -55,7 +55,8 @@ const playerKeys = {
55 'Playlist: {1}': 'Playlist: {1}', 55 'Playlist: {1}': 'Playlist: {1}',
56 'disabled': 'disabled', 56 'disabled': 'disabled',
57 ' off': ' off', 57 ' off': ' off',
58 'Player mode': 'Player mode' 58 'Player mode': 'Player mode',
59 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.'
59} 60}
60Object.assign(playerKeys, videojs) 61Object.assign(playerKeys, videojs)
61 62