mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-16 18:25:09 -06:00
Fix webtorrent disabled by default
This commit is contained in:
parent
3aa5001eaa
commit
e280dd0681
@ -14,7 +14,8 @@ function getStoredWebTorrentEnabled (): boolean {
|
||||
const value = getLocalStorage('webtorrent_enabled')
|
||||
if (value !== null && value !== undefined) return value === 'true'
|
||||
|
||||
return false
|
||||
// By default webtorrent is enabled
|
||||
return true
|
||||
}
|
||||
|
||||
function getStoredMute () {
|
||||
|
Loading…
Reference in New Issue
Block a user