- The discord integration now doesn't send an update every 15 seconds it sends an update whenever the media info changes

- consolidated updating the media info changes with the status changes into a single global event
This commit is contained in:
2021-04-19 23:08:19 +02:00
parent 5eb3b8d95f
commit ae51f9610c
7 changed files with 116 additions and 110 deletions

View File

@@ -7,7 +7,6 @@ const globalEvents = {
updateInfo: "update-info",
hideSettings: "hideSettings",
showSettings: "showSettings",
updateStatus: "update-status",
storeChanged: "storeChanged",
error: "error",
};