[vlc-commits] twitch.lua: Use VLCs client ID
Marvin Scholz
git at videolan.org
Mon Feb 5 19:21:07 CET 2018
vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Feb 4 14:54:37 2018 +0100| [da906da04c87cffc8c3db642ec5f4089b203fc39] | committer: Jean-Baptiste Kempf
twitch.lua: Use VLCs client ID
(cherry picked from commit 0b018b348f47cda82863809ab0385cb993c8aa33)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=da906da04c87cffc8c3db642ec5f4089b203fc39
---
share/lua/playlist/twitch.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/lua/playlist/twitch.lua b/share/lua/playlist/twitch.lua
index 3da00d445a..c4c8d5fe36 100644
--- a/share/lua/playlist/twitch.lua
+++ b/share/lua/playlist/twitch.lua
@@ -58,7 +58,7 @@ end
-- Make a request to the Twitch API endpoint given by url
-- Returns: obj, err
function twitch_api_req(url)
- local obj, pos, err = parse_json(url .. "?client_id=jzkbprff40iqj646a697cyrvl0zt2m6")
+ local obj, pos, err = parse_json(url .. "?client_id=1ht9oitznxzdo3agmdbn3dydbm06q2")
if err then
return nil, "Error getting JSON object: " .. err
More information about the vlc-commits
mailing list