gspot/src/components/commands/play.go

6 lines
88 B
Go
Raw Normal View History

2024-02-18 06:57:47 +00:00
package commands
func (c *Commander) Play() error {
return c.Client.Play(c.Context)
}