fix(PlayerEndpoint): Use different player params (#419)

* fix(PlayerEndpoint): Use different player params

* fix(PlayerEndpoint): Use new throttling bypass player params
This commit is contained in:
absidue
2023-06-28 11:56:21 +02:00
committed by GitHub
parent e434bb2632
commit 519be72445

View File

@@ -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'
}
};
}