From 29481c73c1cdd1d74bea9d66edf705028ca2778f Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Sat, 9 Jan 2016 20:59:39 +0100 Subject: [PATCH] Clarify meaning of Broadcasts option Twitch returns Broadcasts when set to true, highlights otherwise. See also: https://github.com/justintv/Twitch-API/blob/master/v3_resources/videos.md#get-channelschannelvideos --- bridges/TwitchApiBridge.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bridges/TwitchApiBridge.php b/bridges/TwitchApiBridge.php index aaa0d3b6..c3dbdefb 100644 --- a/bridges/TwitchApiBridge.php +++ b/bridges/TwitchApiBridge.php @@ -13,7 +13,7 @@ class TwitchApiBridge extends BridgeAbstract{ $this->name = "Twitch API Bridge"; $this->uri = "http://www.twitch.tv"; $this->description = "Returns the newest broadcasts or highlights by channel name using the Twitch API (v3)"; - $this->update = "2015-07-14"; + $this->update = "2016-01-09"; $this->parameters["Get channel without limit"] = '[ @@ -31,7 +31,7 @@ class TwitchApiBridge extends BridgeAbstract{ "value" : "true" }, { - "name" : "Don\'t show broadcasts", + "name" : "Show highlights", "value" : "false" } ] @@ -58,7 +58,7 @@ class TwitchApiBridge extends BridgeAbstract{ "value" : "true" }, { - "name" : "Don\'t show broadcasts", + "name" : "Show highlights", "value" : "false" } ]