mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Log sessions which see Milkdrop
This commit is contained in:
parent
21d30123ff
commit
7032212002
1 changed files with 0 additions and 3 deletions
|
|
@ -149,15 +149,12 @@ export function attachLogger(webamp: WebmapLazy) {
|
|||
action: "RandomizeList",
|
||||
});
|
||||
});
|
||||
/*
|
||||
This will fire for every desktop user. too much?
|
||||
webamp._actionEmitter.on("ENABLE_MILKDROP", () => {
|
||||
log({
|
||||
category: "Windows",
|
||||
action: "EnableMilkdrop",
|
||||
});
|
||||
});
|
||||
*/
|
||||
webamp._actionEmitter.on("TOGGLE_WINDOW_SHADE_MODE", (action) => {
|
||||
log({
|
||||
category: "Windows",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue