This commit is contained in:
Robin Appelman 2025-04-11 02:02:38 +02:00
commit c43319df60

View file

@ -83,6 +83,7 @@ impl UgcClient {
.send() .send()
.await? .await?
.check_not_found()? .check_not_found()?
.text()
.await?; .await?;
self.player_detail_parser.parse(&body) self.player_detail_parser.parse(&body)
} }