diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-11 15:15:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-11 15:15:10 +0200 |
commit | 592b1a1b07c2422ab4870ff890d8f64e6b8855ab (patch) | |
tree | df63d9c737bdd69a1aee1758be3c69172d4786a2 /client/package.json | |
parent | f614635d6a1c88bac6e62115c1942bfcaac5576e (diff) | |
download | PeerTube-592b1a1b07c2422ab4870ff890d8f64e6b8855ab.tar.gz PeerTube-592b1a1b07c2422ab4870ff890d8f64e6b8855ab.tar.zst PeerTube-592b1a1b07c2422ab4870ff890d8f64e6b8855ab.zip |
Fix HLS player seeking
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json index 57193a613..5d4aa82c3 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -52,8 +52,8 @@ | |||
52 | "@ngx-loading-bar/core": "^6.0.0", | 52 | "@ngx-loading-bar/core": "^6.0.0", |
53 | "@ngx-loading-bar/http-client": "^6.0.0", | 53 | "@ngx-loading-bar/http-client": "^6.0.0", |
54 | "@ngx-loading-bar/router": "^6.0.0", | 54 | "@ngx-loading-bar/router": "^6.0.0", |
55 | "@peertube/p2p-media-loader-core": "^1.0.6", | 55 | "@peertube/p2p-media-loader-core": "^1.0.7", |
56 | "@peertube/p2p-media-loader-hlsjs": "^1.0.8", | 56 | "@peertube/p2p-media-loader-hlsjs": "^1.0.10", |
57 | "@peertube/videojs-contextmenu": "^5.5.0", | 57 | "@peertube/videojs-contextmenu": "^5.5.0", |
58 | "@peertube/xliffmerge": "^2.0.3", | 58 | "@peertube/xliffmerge": "^2.0.3", |
59 | "@popperjs/core": "^2.11.5", | 59 | "@popperjs/core": "^2.11.5", |