From 4df4f2d023d7c2413fb5d6bf9597ce409c3354be Mon Sep 17 00:00:00 2001 From: RblSb Date: Sun, 8 Mar 2020 03:20:52 +0300 Subject: Youtube playlists and api key in config --- src/Types.hx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Types.hx') diff --git a/src/Types.hx b/src/Types.hx index a98c7a1..2501cc4 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -4,7 +4,8 @@ import Client.ClientData; typedef VideoData = { duration:Float, - ?title:String + ?title:String, + ?url:String } typedef Config = { @@ -16,6 +17,7 @@ typedef Config = { totalVideoLimit:Int, userVideoLimit:Int, templateUrl:String, + youtubeApiKey:String, permissions:{ guest:Array, user:Array, -- cgit v1.2.3