Skip to content

Commit 6a5e10a

Browse files
committed
Merge branch 'main' into dev
2 parents e782ebe + 247f063 commit 6a5e10a

File tree

5 files changed

+25
-6
lines changed

5 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [v1.57.1](https://github.com/DialmasterOrg/Youtarr/releases/tag/v1.57.1) - 2026-01-30
4+
5+
### [1.57.1](https://github.com/DialmasterOrg/Youtarr/compare/vv1.57.0...v1.57.1) (2026-01-30)
6+
7+
8+
### Bug Fixes
9+
10+
* exclude broken android_sdkless player client to prevent 403 errors ([ff60d21](https://github.com/DialmasterOrg/Youtarr/commit/ff60d21d0816f4aed9c48a2c0bb4ff5e38094a48)), closes [#15712](https://github.com/DialmasterOrg/Youtarr/issues/15712)
11+
* Revert previous fix attempt for 403 ([60f7cf5](https://github.com/DialmasterOrg/Youtarr/commit/60f7cf5148d12412ab13d3cbc7e6d04ef6be7820))
12+
13+
14+
### Documentation
15+
16+
* update CHANGELOG for v1.57.0 [skip ci] ([2898ad5](https://github.com/DialmasterOrg/Youtarr/commit/2898ad509546479deb72a7695d5de6e6db366fec))
17+
18+
19+
20+
21+
322
## [v1.57.0](https://github.com/DialmasterOrg/Youtarr/releases/tag/v1.57.0) - 2026-01-19
423

524
## [1.57.0](https://github.com/DialmasterOrg/Youtarr/compare/vv1.56.0...v1.57.0) (2026-01-19)

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client",
3-
"version": "1.57.0",
3+
"version": "1.57.1",
44
"private": true,
55
"proxy": "http://localhost:3011",
66
"dependencies": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "youtarr",
3-
"version": "1.57.0",
3+
"version": "1.57.1",
44
"description": "",
55
"main": "server/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)