fix: error 400 when fetching player with login

This commit is contained in:
ThetaDev 2024-12-20 03:06:03 +01:00
parent 06e85fb349
commit 7a6a020a39
3 changed files with 24 additions and 2 deletions

View file

@ -90,7 +90,7 @@ impl RustyPipeQuery {
match self
.clone()
.authenticated()
.player_from_client(video_id, *client)
.player_from_client(video_id, ClientType::Tv)
.await
{
Ok(res) => return Ok(res),