mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-09-20 18:49:07 +02:00
added express endpoints, a settings service and a media info service
This commit is contained in:
9
src/constants/globalEvents.js
Normal file
9
src/constants/globalEvents.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const globalEvents = {
|
||||
play: "play",
|
||||
pause: "pause",
|
||||
playPause: "playPause",
|
||||
next: "next",
|
||||
previous: "previous",
|
||||
};
|
||||
|
||||
module.exports = globalEvents;
|
Reference in New Issue
Block a user