mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Revert "Fix context menu when watching a playlist"
This reverts commit e8bb5b6b3a
.
We'll refactor this error handler in hls.js v1 upgrade
This commit is contained in:
parent
48d7e4ad13
commit
3e0e8d4afd
6 changed files with 40 additions and 117 deletions
|
@ -29,18 +29,14 @@ const playerKeys = {
|
|||
'Watching this video may reveal your IP address to others.': 'Watching this video may reveal your IP address to others.',
|
||||
'Copy the video URL': 'Copy the video URL',
|
||||
'Copy the video URL at the current time': 'Copy the video URL at the current time',
|
||||
'Copy video embed code': 'Copy video embed code',
|
||||
'Copy embed code': 'Copy embed code',
|
||||
'Copy magnet URI': 'Copy magnet URI',
|
||||
'Total downloaded: ': 'Total downloaded: ',
|
||||
'Total uploaded: ': 'Total uploaded: ',
|
||||
'From servers: ': 'From servers: ',
|
||||
'From peers: ': 'From peers: ',
|
||||
'Normal mode': 'Normal mode',
|
||||
'Play in loop': 'Play in loop',
|
||||
'Theater mode': 'Theater mode',
|
||||
'Copy the playlist URL': 'Copy the playlist URL',
|
||||
'Copy the playlist URL at current video position': 'Copy the playlist URL at current video position',
|
||||
'Copy the playlist embed code': 'Copy the playlist embed code'
|
||||
'Theater mode': 'Theater mode'
|
||||
}
|
||||
Object.assign(playerKeys, videojs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue