Skip to content

Commit 99b1de0

Browse files
Update Game.php
1 parent c03b173 commit 99b1de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Syntax/SteamApi/Containers/Game.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct($app)
3434
$this->playtimeForeverReadable = $this->convertFromMinutes($this->playtimeForever);
3535
$this->icon = $this->checkIssetImage($app, 'img_icon_url');
3636
$this->logo = $this->checkIssetImage($app, 'img_logo_url');
37-
$this->header = 'http://cdn.steampowered.com/v/gfx/apps/' . $this->appId . '/header.jpg';
37+
$this->header = 'http://cdn.akamai.steamstatic.com/steam/apps/' . $this->appId . '/header.jpg';
3838
$this->hasCommunityVisibleStats = $this->checkIssetField($app, 'has_community_visible_stats', 0);
3939
}
4040

0 commit comments

Comments
 (0)