diff options
author | Chocobozzz <me@florianbigard.com> | 2022-03-03 14:30:55 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-03-08 09:45:40 +0100 |
commit | e55079c90b0bc8ec287e6a09b981d53f2f46d379 (patch) | |
tree | e9de1dfc499507dc8a9c732bdcd37fc8f6ba040a /client/package.json | |
parent | f6f48301a9ad392759d714d2cff13f1564942a50 (diff) | |
download | PeerTube-e55079c90b0bc8ec287e6a09b981d53f2f46d379.tar.gz PeerTube-e55079c90b0bc8ec287e6a09b981d53f2f46d379.tar.zst PeerTube-e55079c90b0bc8ec287e6a09b981d53f2f46d379.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", |