fix: error 400 when fetching player with login

This commit is contained in:
ThetaDev 2024-12-20 03:06:03 +01:00
parent 30f60c30f9
commit 5ce84c44a6
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
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),