[vlc-commits] twitch.lua: Use VLCs client ID

Marvin Scholz git at videolan.org
Sun Feb 4 15:00:06 CET 2018


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Feb  4 14:54:37 2018 +0100| [0b018b348f47cda82863809ab0385cb993c8aa33] | committer: Marvin Scholz

twitch.lua: Use VLCs client ID

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b018b348f47cda82863809ab0385cb993c8aa33
---

 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