Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Bruni Ziermann committed Nov 30, 2016
1 parent 2bbcedb commit 354b455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion classes/TwitchAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private function setListTypeSettings($type)
$this->typePrefix = "top";
break;
case 'streams':
$this->typeUrl = '/streams';
$this->typeUrl = "/streams";
$this->typePrefix = "streams";
break;
default:
Expand Down
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
1.1.1: Embedding Twitch Chat Option added to Stream/Video Component
1.2.0: Fixed Twitch Chat, Added Chat Width Option, Added German Translation, Replace npmcdn.com with unpkg.com
1.2.1: Client_Id is now required for each and every API call per Twitch - so hannylicious added that field to all appropriate spots for Toplist, Check and Feed.
1.2.2: Integrated the user provided limit for Feeds (posts) and minor fixes

0 comments on commit 354b455

Please sign in to comment.