X-Git-Url: https://git.cweiske.de/ouya-imagestore.git/blobdiff_plain/af8b933281de0014df2593c662b283380f5e3cfe..37822ad4576d5d665e5ce778c1288f8c10ec6301:/src/imagestore/Controller/Api/Playlists.php diff --git a/src/imagestore/Controller/Api/Playlists.php b/src/imagestore/Controller/Api/Playlists.php index ea9d332..effb905 100644 --- a/src/imagestore/Controller/Api/Playlists.php +++ b/src/imagestore/Controller/Api/Playlists.php @@ -43,7 +43,8 @@ class Controller_Api_Playlists extends Controller_Api_ImageBase ); $playlists->games[] = (object) array( 'content_rating' => 'Everyone', - 'image' => $this->getImageUrl($this->getFirstImage($dirInfo)), + 'image' => $this->getImageUrl($this->getFirstImage($dirInfo)) + . '&w=400', 'title' => basename($dirInfo->getPathname()), 'uuid' => $uuid, 'version' => '11111111-0000-1111-0000-111111111111',