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