aboutsummaryrefslogtreecommitdiffstats
path: root/src/Types.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Types.hx')
-rw-r--r--src/Types.hx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx
index 90952e2..d31196d 100644
--- a/src/Types.hx
+++ b/src/Types.hx
@@ -193,6 +193,9 @@ typedef WsEvent = {
},
?togglePlaylistLock:{
isOpen:Bool
+ },
+ ?dump:{
+ data:String
}
}
@@ -230,4 +233,5 @@ enum abstract WsEventType(String) {
var ShufflePlaylist;
var UpdatePlaylist;
var TogglePlaylistLock;
+ var Dump;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage