We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f459cfa commit e03d63bCopy full SHA for e03d63b
src/plex_client.rs
@@ -372,7 +372,8 @@ impl PlexClient {
372
// .build();
373
// let res = client.execute(req).await.map_err(Error::other)?;
374
375
- let res = Client::new().execute(req).await.map_err(Error::other)?;
+ //let res = Client::new().execute(req).await.map_err(Error::other)?;
376
+ let res = self.http_client.execute(req).await.map_err(Error::other)?;
377
//return Ok(MediaContainerWrapper::default());
378
// headers.insert(
379
// "X-Plex-Token",
0 commit comments