mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +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
|
@ -34,6 +34,8 @@ function toBoolean (value: any) {
|
|||
|
||||
if (value === 'true') return true
|
||||
if (value === 'false') return false
|
||||
if (value === '1') return true
|
||||
if (value === '0') return false
|
||||
|
||||
return undefined
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue