mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-23 10:56:28 +02:00
add "stopped" playback state and event handlers
This commit is contained in:
@@ -149,6 +149,7 @@ export enum PlayerShuffle {
|
||||
export enum PlayerStatus {
|
||||
PAUSED = 'paused',
|
||||
PLAYING = 'playing',
|
||||
STOPPED = 'stopped',
|
||||
}
|
||||
|
||||
export enum PlayerStyle {
|
||||
|
||||
Reference in New Issue
Block a user