mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
Fix reelPlayerHeaderRenderer error (#931)
This commit is contained in:
parent
f1fd2232e1
commit
1e02866f03
|
@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
- Updated ytsr dependency to fix (reading 'reelPlayerHeaderRenderer') error
|
||||||
## [2.2.2] - 2023-03-18
|
## [2.2.2] - 2023-03-18
|
||||||
### Changed
|
### Changed
|
||||||
- Removed youtube.ts package
|
- Removed youtube.ts package
|
||||||
|
|
|
@ -112,6 +112,6 @@
|
||||||
"tsx": "3.8.2",
|
"tsx": "3.8.2",
|
||||||
"xbytes": "^1.7.0",
|
"xbytes": "^1.7.0",
|
||||||
"ytdl-core": "^4.11.2",
|
"ytdl-core": "^4.11.2",
|
||||||
"ytsr": "^3.8.0"
|
"ytsr": "^3.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue