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