mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-04-19 19:22:29 +02:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
export enum MediaStatus {
|
|
playing = "playing",
|
|
paused = "paused",
|
|
}
|