- Range Headers for videoplayback
- Changed behaviour of local playlists
- Added UTC timestamps to footer
This commit is contained in:
Shiny Nematoda 2022-11-26 07:48:13 +00:00
parent dac17fbc2d
commit 599e024afa
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
12 changed files with 465 additions and 416 deletions

View file

@ -10,20 +10,20 @@
"check": "prettier --check ."
},
"dependencies": {
"bootstrap-icons": "^1.9.1",
"bootstrap-icons": "^1.10.2",
"buffer": "^6.0.3",
"dompurify": "^2.4.0",
"dompurify": "^2.4.1",
"mux.js": "^6.2.0",
"peerjs": "^1.4.7",
"pinia": "^2.0.23",
"shaka-player": "^4.2.2",
"pinia": "^2.0.26",
"shaka-player": "^4.3.0",
"stream-browserify": "^3.0.0",
"vue": "^3.2.38",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"prettier": "^2.7.1",
"vite": "^3.1.8"
"@vitejs/plugin-vue": "^3.2.0",
"prettier": "^2.8.0",
"vite": "^3.2.4"
}
}