mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Remove webtorrent support from client
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user