diff --git a/src/commands/commands.go b/src/commands/commands.go index 1603b9f..4f78026 100644 --- a/src/commands/commands.go +++ b/src/commands/commands.go @@ -760,7 +760,7 @@ func (c *Commands) Pause(ctx *gctx.Context) error { func (c *Commands) TogglePlay(ctx *gctx.Context) error { current, err := c.Client().PlayerCurrentlyPlaying(ctx) if err != nil { - return err + return c.Play(ctx) } if !current.Playing { return c.Play(ctx)