diff options
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 4 |
1 files changed, 3 insertions, 1 deletions
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<Permission>, user:Array<Permission>, |
