aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-09 15:40:46 +0100
committerChocobozzz <me@florianbigard.com>2018-01-09 15:40:46 +0100
commitd77014491b339b4dcfab95c05507dd5f579a6d7d (patch)
treed239ecf48f5ad9d3dcfdaf1a237fe974273e2409 /client/src/assets
parenta22bfc3ebc9f80088035774c6cfca4bd5707acd3 (diff)
downloadPeerTube-d77014491b339b4dcfab95c05507dd5f579a6d7d.tar.gz
PeerTube-d77014491b339b4dcfab95c05507dd5f579a6d7d.tar.zst
PeerTube-d77014491b339b4dcfab95c05507dd5f579a6d7d.zip
Add hotkeys in video player
Double click for full screen
Diffstat (limited to 'client/src/assets')
-rw-r--r--client/src/assets/player/peertube-videojs-plugin.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/assets/player/peertube-videojs-plugin.ts b/client/src/assets/player/peertube-videojs-plugin.ts
index 25e65abd8..34c993f3c 100644
--- a/client/src/assets/player/peertube-videojs-plugin.ts
+++ b/client/src/assets/player/peertube-videojs-plugin.ts
@@ -3,7 +3,6 @@
3import * as videojs from 'video.js' 3import * as videojs from 'video.js'
4import * as WebTorrent from 'webtorrent' 4import * as WebTorrent from 'webtorrent'
5import { VideoFile } from '../../../../shared/models/videos/video.model' 5import { VideoFile } from '../../../../shared/models/videos/video.model'
6
7import { renderVideo } from './video-renderer' 6import { renderVideo } from './video-renderer'
8 7
9interface VideoJSComponentInterface { 8interface VideoJSComponentInterface {