feat: add 'single' play mode option and corresponding icon in MusicPlayer
This commit is contained in:
@@ -11,7 +11,7 @@ export interface Track {
|
||||
url: string
|
||||
}
|
||||
|
||||
export type PlayMode = 'continuous' | 'loop-playlist' | 'loop-one' | 'random'
|
||||
export type PlayMode = 'continuous' | 'loop-playlist' | 'loop-one' | 'random' | 'single'
|
||||
|
||||
interface MusicPlayerContextType {
|
||||
// Playback state
|
||||
|
||||
Reference in New Issue
Block a user