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