From c1a5a4230a1819963c64e74988892f6f054dc1e3 Mon Sep 17 00:00:00 2001 From: Vice333 <71749969+Vice333@users.noreply.github.com> Date: Wed, 23 Sep 2020 12:54:50 +0700 Subject: [PATCH] Update sh_youtube.lua --- cinema/gamemode/modules/theater/services/sh_youtube.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinema/gamemode/modules/theater/services/sh_youtube.lua b/cinema/gamemode/modules/theater/services/sh_youtube.lua index 7a748f9..b1e3d00 100644 --- a/cinema/gamemode/modules/theater/services/sh_youtube.lua +++ b/cinema/gamemode/modules/theater/services/sh_youtube.lua @@ -3,7 +3,7 @@ local SERVICE = {} SERVICE.Name = "YouTube" SERVICE.IsTimed = true -local API_KEY = "AIzaSyAjSwUHzyoxhfQZmiSqoIBQpawm2ucF11E" +local API_KEY = "AIzaSyC3Md08Sr1YaO9mUpx45ZcIRnT60dRcfDk" local METADATA_URL = "https://www.googleapis.com/youtube/v3/videos?id=%s" .. "&key=" .. API_KEY ..