Skip to content

Commit

Permalink
fix: fetch version
Browse files Browse the repository at this point in the history
  • Loading branch information
ztelliot committed Sep 22, 2024
1 parent f09af21 commit 752fe0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/qb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ impl Backend for QBitBackend {
}
let resp = client
.get(&format!("{}/app/version", self.endpoint))
.header("Cookie", self.cookie.clone().unwrap())
.send()
.await?;
let version = resp.text().await?;
Expand Down

0 comments on commit 752fe0a

Please sign in to comment.