mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 02:38:17 -05:00
externals: Update cpp-httplib to latest
This commit is contained in:
@ -76,7 +76,7 @@ void DiscordImpl::Update() {
|
||||
// New Check for game cover
|
||||
httplib::Client cli(game_cover_url);
|
||||
|
||||
if (auto res = cli.Head(fmt::format("/images/game/boxart/{}.png", icon_name).c_str())) {
|
||||
if (auto res = cli.Head(fmt::format("/images/game/boxart/{}.png", icon_name))) {
|
||||
if (res->status == 200) {
|
||||
game_cover_url += fmt::format("/images/game/boxart/{}.png", icon_name);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user