mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-11 12:48:12 +08:00
add skip on fail
This commit is contained in:
@@ -16,6 +16,12 @@ type PlayerPlayCmdEvent struct {
|
||||
Media model.Media
|
||||
}
|
||||
|
||||
const PlayerPlayErrorUpdate = "update.player.play.error"
|
||||
|
||||
type PlayerPlayErrorUpdateEvent struct {
|
||||
Error error
|
||||
}
|
||||
|
||||
const PlayerSeekCmd = "cmd.player.op.seek"
|
||||
|
||||
type PlayerSeekCmdEvent struct {
|
||||
|
||||
Reference in New Issue
Block a user