From 519be72445b7ff392b396e16bcb1dc05c7df8976 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Wed, 28 Jun 2023 11:56:21 +0200 Subject: [PATCH] fix(PlayerEndpoint): Use different player params (#419) * fix(PlayerEndpoint): Use different player params * fix(PlayerEndpoint): Use new throttling bypass player params --- src/core/endpoints/PlayerEndpoint.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/endpoints/PlayerEndpoint.ts b/src/core/endpoints/PlayerEndpoint.ts index 252aaf92..ebd01b4a 100644 --- a/src/core/endpoints/PlayerEndpoint.ts +++ b/src/core/endpoints/PlayerEndpoint.ts @@ -38,7 +38,7 @@ export function build(opts: PlayerEndpointOptions): IPlayerRequest { client: opts.client, playlistId: opts.playlist_id, // Workaround streaming URLs returning 403 when using Android clients and throttling in web clients. - params: '8AEB' + params: '2AMBCgIQBg' } }; } \ No newline at end of file