mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-11-13 23:25:58 +01:00
Add shuffle and repeat to current state api
This commit is contained in:
5
src/models/repeatState.ts
Normal file
5
src/models/repeatState.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum RepeatState {
|
||||
off = "off",
|
||||
all = "all",
|
||||
single = "single",
|
||||
}
|
||||
Reference in New Issue
Block a user