We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03b173 commit 99b1de0Copy full SHA for 99b1de0
src/Syntax/SteamApi/Containers/Game.php
@@ -34,7 +34,7 @@ public function __construct($app)
34
$this->playtimeForeverReadable = $this->convertFromMinutes($this->playtimeForever);
35
$this->icon = $this->checkIssetImage($app, 'img_icon_url');
36
$this->logo = $this->checkIssetImage($app, 'img_logo_url');
37
- $this->header = 'http://cdn.steampowered.com/v/gfx/apps/' . $this->appId . '/header.jpg';
+ $this->header = 'http://cdn.akamai.steamstatic.com/steam/apps/' . $this->appId . '/header.jpg';
38
$this->hasCommunityVisibleStats = $this->checkIssetField($app, 'has_community_visible_stats', 0);
39
}
40
0 commit comments