mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Remove webtorrent support from client
This commit is contained in:
parent
8ef866071f
commit
a1bd2b77d9
80 changed files with 2590 additions and 3896 deletions
|
@ -72,7 +72,10 @@ const playerKeys = {
|
|||
'Next video': 'Next video',
|
||||
'This video is password protected': 'This video is password protected',
|
||||
'You need a password to watch this video.': 'You need a password to watch this video.',
|
||||
'Incorrect password, please enter a correct password': 'Incorrect password, please enter a correct password'
|
||||
'Incorrect password, please enter a correct password': 'Incorrect password, please enter a correct password',
|
||||
'Cancel': 'Cancel',
|
||||
'Up Next': 'Up Next',
|
||||
'Autoplay is suspended': 'Autoplay is suspended'
|
||||
}
|
||||
Object.assign(playerKeys, videojs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue