diff options
author | Chocobozzz <me@florianbigard.com> | 2022-03-03 14:30:55 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-03-03 14:30:55 +0100 |
commit | 6385fe58036fc45c94d04a0279a64e275816e5bf (patch) | |
tree | 40e9308451e4e51fa86c5decaed338518e7d6f10 /client/package.json | |
parent | 8e1237ad83bd7b6a429767da597909d78a143af7 (diff) | |
download | PeerTube-6385fe58036fc45c94d04a0279a64e275816e5bf.tar.gz PeerTube-6385fe58036fc45c94d04a0279a64e275816e5bf.tar.zst PeerTube-6385fe58036fc45c94d04a0279a64e275816e5bf.zip |
Fix stuck hls player with bad redundancy
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 721f6ea84..26ca15210 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -53,8 +53,8 @@ | |||
53 | "@ngx-loading-bar/core": "^6.0.0", | 53 | "@ngx-loading-bar/core": "^6.0.0", |
54 | "@ngx-loading-bar/http-client": "^6.0.0", | 54 | "@ngx-loading-bar/http-client": "^6.0.0", |
55 | "@ngx-loading-bar/router": "^6.0.0", | 55 | "@ngx-loading-bar/router": "^6.0.0", |
56 | "@peertube/p2p-media-loader-core": "^1.0.5", | 56 | "@peertube/p2p-media-loader-core": "^1.0.6", |
57 | "@peertube/p2p-media-loader-hlsjs": "^1.0.7", | 57 | "@peertube/p2p-media-loader-hlsjs": "^1.0.8", |
58 | "@peertube/videojs-contextmenu": "^5.5.0", | 58 | "@peertube/videojs-contextmenu": "^5.5.0", |
59 | "@peertube/xliffmerge": "^2.0.3", | 59 | "@peertube/xliffmerge": "^2.0.3", |
60 | "@types/chart.js": "^2.9.16", | 60 | "@types/chart.js": "^2.9.16", |