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()
.await?
.check_not_found()?
.text()
.await?;
self.player_detail_parser.parse(&body)
}