fix: error 400 when fetching player with login
This commit is contained in:
parent
30f60c30f9
commit
5ce84c44a6
3 changed files with 24 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Reference in a new issue