mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-11 12:48:12 +08:00
update wshub
This commit is contained in:
@@ -37,6 +37,12 @@ const PlayerToggleCmd = "cmd.player.op.toggle"
|
||||
type PlayerToggleCmdEvent struct {
|
||||
}
|
||||
|
||||
const PlayerSetPauseCmd = "cmd.player.op.pause"
|
||||
|
||||
type PlayerSetPauseCmdEvent struct {
|
||||
Pause bool
|
||||
}
|
||||
|
||||
const PlayerPlayNextCmd = "cmd.player.op.next"
|
||||
|
||||
type PlayerPlayNextCmdEvent struct {
|
||||
|
||||
Reference in New Issue
Block a user