From 689328854d276b8936fd7f8a48f6ca7558512597 Mon Sep 17 00:00:00 2001 From: giwty <55044210+giwty@users.noreply.github.com> Date: Sun, 10 Mar 2024 23:20:16 -0700 Subject: [PATCH 1/2] Bump version --- app/src/routes/api/v1/player.json/+server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/routes/api/v1/player.json/+server.ts b/app/src/routes/api/v1/player.json/+server.ts index 685b17c3..001744e5 100644 --- a/app/src/routes/api/v1/player.json/+server.ts +++ b/app/src/routes/api/v1/player.json/+server.ts @@ -18,7 +18,7 @@ export const GET: RequestHandler = async ({ url, locals }) => { try { const response = await buildAPIRequest("player", { context: { - client: { clientName: "IOS", clientVersion: "17.13.3", hl: "en" }, + client: { clientName: "IOS", clientVersion: "18.11.34", hl: "en" }, }, params: { videoId, playlistId, params: playerParams, racyCheckOk: true, contentCheckOk: true }, }); From 0c14ef9bfca04a1e5e409fddf9ec8628c9629401 Mon Sep 17 00:00:00 2001 From: giwty <55044210+giwty@users.noreply.github.com> Date: Sun, 10 Mar 2024 23:20:45 -0700 Subject: [PATCH 2/2] Bump version --- app/src/routes/api/_lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/routes/api/_lib/types.ts b/app/src/routes/api/_lib/types.ts index 80ed4d2b..dcf240a9 100644 --- a/app/src/routes/api/_lib/types.ts +++ b/app/src/routes/api/_lib/types.ts @@ -1,6 +1,6 @@ export interface Client { clientName?: "ANDROID" | "WEB_REMIX" | "IOS"; - clientVersion?: "17.13.3" | "1.20220404.01.00" | "16.20"; + clientVersion?: "18.11.34" | "1.20220404.01.00" | "16.20"; utcOffsetMinutes?: number; visitorData?: string; gl?: string;