From a74b929e6eb0de399c1f68adaa6350ed3995372e Mon Sep 17 00:00:00 2001 From: MadMakz Date: Sun, 20 Jul 2014 10:38:06 +0200 Subject: [PATCH] Fixed Twitch boxart --- PHP/Twitch/twitchstatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHP/Twitch/twitchstatus.php b/PHP/Twitch/twitchstatus.php index 8b08e50..d5df9c7 100644 --- a/PHP/Twitch/twitchstatus.php +++ b/PHP/Twitch/twitchstatus.php @@ -44,7 +44,7 @@ if($stream["stream"] != null){ $txt .= "Live!

"; if(!empty($stream["stream"]["game"])){ $txt .= "Playing: ".$stream["stream"]["game"]."

"; - $boxart = "http://static-cdn.jtvnw.net/ttv-boxart/".$stream["stream"]["game"].".jpg"; + $boxart = "http://static-cdn.jtvnw.net/ttv-boxart/".$stream["stream"]["game"]."-272x380.jpg"; }else{ $boxart = "http://i.imgur.com/bwqCxgg.jpg"; }