mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-04-19 19:22:29 +02:00
5 lines
64 B
JavaScript
5 lines
64 B
JavaScript
module.exports = {
|
|
playing: "playing",
|
|
paused: "paused",
|
|
};
|