Remove webtorrent support from client

This commit is contained in:
Chocobozzz
2023-06-29 15:55:00 +02:00
parent 8ef866071f
commit a1bd2b77d9
80 changed files with 2590 additions and 3896 deletions

View File

@@ -1,7 +1,7 @@
import { VideoResolution } from '../videos'
export interface PlaybackMetricCreate {
playerMode: 'p2p-media-loader' | 'webtorrent'
playerMode: 'p2p-media-loader' | 'webtorrent' | 'web-video' // FIXME: remove webtorrent player mode not used anymore in PeerTube v6
resolution?: VideoResolution
fps?: number