tidal-hifi/src/constants/statuses.js

5 lines
64 B
JavaScript

module.exports = {
playing: "playing",
paused: "paused",
};