added player status and worked on getting the integrations working with i3: 9714b2fa1d

This commit is contained in:
2019-10-30 23:42:08 +01:00
parent d7dab07845
commit bb49c112db
6 changed files with 57 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
module.exports = {
playing: "playing",
paused: "paused",
};