]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - metrics.ts
533f8988d9edbcf8c18c9d399fb696f0095ca987
[github/Chocobozzz/PeerTube.git] / metrics.ts
1 function isValidPlayerMode (value: any) {
2 return value === 'webtorrent' || value === 'p2p-media-loader'
3 }
4
5 // ---------------------------------------------------------------------------
6
7 export {
8 isValidPlayerMode
9 }