diff --git a/src/proto/index.ts b/src/proto/index.ts index 9262e6b82..37bcbe7c4 100644 --- a/src/proto/index.ts +++ b/src/proto/index.ts @@ -201,7 +201,7 @@ class Proto { client: { unkparam: 14, clientName: CLIENTS.ANDROID.NAME, - clientVersion: CLIENTS.ANDROID.VERSION + clientVersion: CLIENTS.YTSTUDIO_ANDROID.VERSION } }, target: video_id @@ -263,7 +263,7 @@ class Proto { client: { unkparam: 14, clientName: CLIENTS.ANDROID.NAME, - clientVersion: CLIENTS.ANDROID.VERSION + clientVersion: CLIENTS.YTSTUDIO_ANDROID.VERSION } }, target: video_id, diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index 1e9a8690e..a97a59643 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -43,9 +43,12 @@ export const CLIENTS = Object.freeze({ }, ANDROID: { NAME: 'ANDROID', - VERSION: '17.17.32', + VERSION: '17.34.35', SDK_VERSION: '29' }, + YTSTUDIO_ANDROID: { + VERSION: '22.43.101' + }, YTMUSIC_ANDROID: { NAME: 'ANDROID_MUSIC', VERSION: '5.34.51'