mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-11 06:42:38 +02:00
Handle shuffle/repeat playback for mpv
This commit is contained in:
@@ -53,6 +53,12 @@ export enum PlayerRepeat {
|
||||
ONE = 'one',
|
||||
}
|
||||
|
||||
export enum PlayerShuffle {
|
||||
ALBUM = 'album',
|
||||
NONE = 'none',
|
||||
TRACK = 'track',
|
||||
}
|
||||
|
||||
export enum Play {
|
||||
LAST = 'last',
|
||||
NEXT = 'next',
|
||||
|
||||
Reference in New Issue
Block a user