mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-12-11 12:55:39 +01:00
6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
export enum RepeatState {
|
|
off = "off",
|
|
all = "all",
|
|
single = "single",
|
|
}
|