Fix reelPlayerHeaderRenderer error (#931)

This commit is contained in:
aronjanosch 2023-04-05 05:41:16 +02:00 committed by GitHub
parent f1fd2232e1
commit 1e02866f03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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).
## [Unreleased]
- Updated ytsr dependency to fix (reading 'reelPlayerHeaderRenderer') error
## [2.2.2] - 2023-03-18
### Changed
- Removed youtube.ts package

View file

@ -112,6 +112,6 @@
"tsx": "3.8.2",
"xbytes": "^1.7.0",
"ytdl-core": "^4.11.2",
"ytsr": "^3.8.0"
"ytsr": "^3.8.1"
}
}