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