@mux/playback-core
Advanced tools
Comparing version 0.22.3-canary.0-138e83f to 0.22.3-canary.0-5a89efb
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.22.4](https://github.com/muxinc/elements/compare/@mux/playback-core@0.22.3...@mux/playback-core@0.22.4) (2024-03-29) | ||
### Bug Fixes | ||
* **playback-core:** Make sure we do not apply holdback to seekable when live streams have ended. ([#891](https://github.com/muxinc/elements/issues/891)) ([138e83f](https://github.com/muxinc/elements/commit/138e83f5a6ac3040a8fc4c60253302344a2b9b79)) | ||
## [0.22.3](https://github.com/muxinc/elements/compare/@mux/playback-core@0.22.2...@mux/playback-core@0.22.3) (2024-03-20) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@mux/playback-core", | ||
"version": "0.22.3-canary.0-138e83f", | ||
"version": "0.22.3-canary.0-5a89efb", | ||
"description": "Core library for media playback in the browser shared by mux elements", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |
5190982