feat: add 'single' play mode option and corresponding icon in MusicPlayer

This commit is contained in:
JSC
2025-07-12 20:49:29 +02:00
parent f7dc3a4040
commit 4101047f55
2 changed files with 6 additions and 3 deletions

View File

@@ -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