aboutsummaryrefslogtreecommitdiffstats
path: root/src/Types.hx
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2021-09-27 20:13:55 +0300
committerRblSb <msrblsb@gmail.com>2021-09-27 20:14:36 +0300
commit1dc2722d509e578b243bfda1a675dcfdb6003941 (patch)
treedd78e7e09432177f5ea4ed8a3febbfbf0d5113ec /src/Types.hx
parentd3c34032ef86163d683ef22906481e0f3196ae79 (diff)
Got a bug? Write /dump to chat as admin
And open new issue with received file.
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