mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-09-10 13:54:41 +02:00
6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
export enum RepeatState {
|
|
off = "off",
|
|
all = "all",
|
|
single = "single",
|
|
}
|